Shades of Shocking Pink #EE0CCB
Tints of Shocking Pink #EE0CCB
RGB
CMYK
RGB Variations
Color information
#EE0CCB (or 0xEE0CCB) is known color: Shocking Pink. HEX triplet: EE, 0C and CB. RGB value is (238,12,203). Sum of RGB (Red+Green+Blue) = 238+12+203=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0CCB is #11F334. Grayscale: #646464. Windows color (decimal): -1176373 or 13307118. OLE color: 13307118.
HSL color Cylindrical-coordinate representation of color #EE0CCB: hue angle of 309.29º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0CCB is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 203 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.07 |
| HSL | 309.29º | 0.9% | 0.49% | - |
| HSV(B) | 309.29º | 0.95% | 0.93% | - |
| XYZ | 46.17 | 22.75 | 58.46 | - |
| YUV | 101.35 | 185.37 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 203 | 0 | 0.95 | 0.15 | 0.07 | 309.29 | 0.9 | 0.49 |
| Hex | EE | C | CB | 0 | 5F | F | 7 | 135 | 5A | 31 |
| Octal | 356 | 14 | 313 | 0 | 137 | 17 | 7 | 465 | 132 | 61 |
| Binary | 11101110 | 1100 | 11001011 | 0 | 1011111 | 1111 | 111 | 100110101 | 1011010 | 110001 |
Color Harmonies of #EE0CCB
Complementary color
Monochromatic Colors of #EE0CCB
Black with #EE0CCB
Text Example
Text Example
White with #EE0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CCB; }
p { color: rgb(238,12,203); }
H1.HeaderClassName
{
color: #EE0CCB;
}
.AnyTagClassName
{
color: #EE0CCB;
}
</style>
background-color css
<style>
a { background-color: #EE0CCB; }
a { background-color: rgb(238,12,203); }
div.DivClassName
{
background-color: #EE0CCB;
}
.BgClassName
{
background-color: #EE0CCB;
}
</style>
border-color css
<style>
span { border-color: #EE0CCB; }
span { border-color: rgb(238,12,203); }
td.TdClassName
{
border-color: #EE0CCB;
}
.TagClassName
{
border-color: #EE0CCB;
}
</style>