Shades of Shocking Pink #EE15CB
Tints of Shocking Pink #EE15CB
RGB
CMYK
RGB Variations
Color information
#EE15CB (or 0xEE15CB) is known color: Shocking Pink. HEX triplet: EE, 15 and CB. RGB value is (238,21,203). Sum of RGB (Red+Green+Blue) = 238+21+203=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE15CB is #11EA34. Grayscale: #6A6A6A. Windows color (decimal): -1174069 or 13309422. OLE color: 13309422.
HSL color Cylindrical-coordinate representation of color #EE15CB: hue angle of 309.68º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE15CB is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 203 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.07 |
| HSL | 309.68º | 0.86% | 0.51% | - |
| HSV(B) | 309.68º | 0.91% | 0.93% | - |
| XYZ | 46.31 | 23.03 | 58.5 | - |
| YUV | 106.63 | 182.39 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 203 | 0 | 0.91 | 0.15 | 0.07 | 309.68 | 0.86 | 0.51 |
| Hex | EE | 15 | CB | 0 | 5B | F | 7 | 136 | 56 | 33 |
| Octal | 356 | 25 | 313 | 0 | 133 | 17 | 7 | 466 | 126 | 63 |
| Binary | 11101110 | 10101 | 11001011 | 0 | 1011011 | 1111 | 111 | 100110110 | 1010110 | 110011 |
Color Harmonies of #EE15CB
Complementary color
Monochromatic Colors of #EE15CB
Black with #EE15CB
Text Example
Text Example
White with #EE15CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE15CB; }
p { color: rgb(238,21,203); }
H1.HeaderClassName
{
color: #EE15CB;
}
.AnyTagClassName
{
color: #EE15CB;
}
</style>
background-color css
<style>
a { background-color: #EE15CB; }
a { background-color: rgb(238,21,203); }
div.DivClassName
{
background-color: #EE15CB;
}
.BgClassName
{
background-color: #EE15CB;
}
</style>
border-color css
<style>
span { border-color: #EE15CB; }
span { border-color: rgb(238,21,203); }
td.TdClassName
{
border-color: #EE15CB;
}
.TagClassName
{
border-color: #EE15CB;
}
</style>