Shades of Shocking Pink #EE14CB
Tints of Shocking Pink #EE14CB
RGB
CMYK
RGB Variations
Color information
#EE14CB (or 0xEE14CB) is known color: Shocking Pink. HEX triplet: EE, 14 and CB. RGB value is (238,20,203). Sum of RGB (Red+Green+Blue) = 238+20+203=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE14CB is #11EB34. Grayscale: #696969. Windows color (decimal): -1174325 or 13309166. OLE color: 13309166.
HSL color Cylindrical-coordinate representation of color #EE14CB: hue angle of 309.63º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE14CB is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 203 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.07 |
| HSL | 309.63º | 0.87% | 0.51% | - |
| HSV(B) | 309.63º | 0.92% | 0.93% | - |
| XYZ | 46.29 | 22.99 | 58.5 | - |
| YUV | 106.04 | 182.72 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 203 | 0 | 0.92 | 0.15 | 0.07 | 309.63 | 0.87 | 0.51 |
| Hex | EE | 14 | CB | 0 | 5C | F | 7 | 136 | 57 | 33 |
| Octal | 356 | 24 | 313 | 0 | 134 | 17 | 7 | 466 | 127 | 63 |
| Binary | 11101110 | 10100 | 11001011 | 0 | 1011100 | 1111 | 111 | 100110110 | 1010111 | 110011 |
Color Harmonies of #EE14CB
Complementary color
Monochromatic Colors of #EE14CB
Black with #EE14CB
Text Example
Text Example
White with #EE14CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14CB; }
p { color: rgb(238,20,203); }
H1.HeaderClassName
{
color: #EE14CB;
}
.AnyTagClassName
{
color: #EE14CB;
}
</style>
background-color css
<style>
a { background-color: #EE14CB; }
a { background-color: rgb(238,20,203); }
div.DivClassName
{
background-color: #EE14CB;
}
.BgClassName
{
background-color: #EE14CB;
}
</style>
border-color css
<style>
span { border-color: #EE14CB; }
span { border-color: rgb(238,20,203); }
td.TdClassName
{
border-color: #EE14CB;
}
.TagClassName
{
border-color: #EE14CB;
}
</style>