COLOR #EB0CDD

HEX: #EB0CDD
RGB: (235,12,221)

Color info

#EB0CDD contains mainly red and blue colors. Web safe color of #EB0CDD is #FF00CC (or #F0C).

RGB color model

#EB0CDD color RGB value is (235,12,221).

  • red value is 235;
  • green value is 12;
  • blue value is 221.
RGB:
(235,12,221)
(92%,5%,87%)

RGB channels and saturation

R 235 of 255 = 92%
G 12 of 255 = 5%
B 221 of 255 = 87%

235
12
221

R + G + B ~ 61%. #EB0CDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 12 + 221 = 468 (100%)
R 235 of 468 ~ 50.21%
G 12 of 468 ~ 2.56%
B 221 of 468 ~ 47.22%

%50.21
%47.22

CMYK color model

#EB0CDD color CMYK value is (0,95,6,8).

  • cyan value is 0.00%
  • magenta value is 94.89%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK:
(0,95,6,8)
C0M95Y6K8 
(0%,95%,6%,8%)
(0.00/0.95/0.06/0.08)	

CMYK percentages

%0
%94.89
%5.96
%7.84

Codes

Color #EB0CDD in popluar color models

EB0CDD
RGB23512221
HSL304°90.28%48.43%
HSB/HSV304°94.89%92.16%
CMYK0.00%94.89%5.96%
7.84%

Color #EB0CDD in popluar number systems.

HEXEB0CDD
Decimal23512221
Binary11101011110011011101
Octal35314335

Shades and tints

Shades of #EB0CDD

#EB0CDD
(235,12,221)
#D60BC9
(214,11,201)
#C10AB5
(193,10,181)
#AC09A1
(172,9,161)
#97088D
(151,8,141)
#820779
(130,7,121)
#6D0665
(109,6,101)
#580551
(88,5,81)
#43043D
(67,4,61)
#2E0329
(46,3,41)
#190215
(25,2,21)
#000000
(0,0,0)

Tints of #EB0CDD

#EB0CDD
(235,12,221)
#EC22E0
(236,34,224)
#ED38E3
(237,56,227)
#EE4EE6
(238,78,230)
#EF64E9
(239,100,233)
#F07AEC
(240,122,236)
#F190EF
(241,144,239)
#F2A6F2
(242,166,242)
#F3BCF5
(243,188,245)
#F4D2F8
(244,210,248)
#F5E8FB
(245,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB0CDD color. Also use rgb(235,12,221) instead hex code.

Text Font Color

.myTextColor { color: #EB0CDD; }

<p style="color:#EB0CDD">This sample text font color is #EB0CDD.</p>

This text font color is #EB0CDD.


Background Color

.myBgColor { background-color: #EB0CDD; }

<div style="background-color:#EB0CDD">Inner text</div>

This div background color is #EB0CDD.


Border color

.myBorderColor { border: 1px solid #EB0CDD; }

<div style="border:3px solid #EB0CDD">Div</div>

This div border color is #EB0CDD.


Opacity

.myOpacity80 { color: #EB0CDD; opacity: 0.8; }

<p style="color:#EB0CDD;opacity:0.8;">80%</p>

Text with #EB0CDD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EB0CDD;}

<p style="text-shadow: 3px 3px 1px #EB0CDD">Text here.</p>

This text has shadow with #EB0CDD color.

.textShadow {text-shadow: 3px 3px 1px #EB0CDD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EB0CDD, 5px 5px 20px red">Text here.</p>

This text has shadow with #EB0CDD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB0CDD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EB0CDD, Direction=45, Strength=4)">Text</p>

This text has shadow with #EB0CDD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EB0CDD;
  -webkit-box-shadow:	1px 1px 3px 2px #EB0CDD;
  box-shadow:		1px 1px 3px 2px #EB0CDD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB0CDD;
-webkit-box-shadow: 1px 1px 3px 2px #EB0CDD;
box-shadow:1px 1px 3px 2px #EB0CDD;">
Div content here</div>
This div box has shadow with color #EB0CDD.

Preview

Color preview on black background

This text has color #EB0CDD on black background.


Color preview on white background

This text has color #EB0CDD on white background.



Black color preview on #EB0CDD background

This text has black color on #EB0CDD background.


White color preview on #EB0CDD background

This text has white color on #EB0CDD background.