Shades of Shocking Pink #EE14CE
Tints of Shocking Pink #EE14CE
RGB
CMYK
RGB Variations
Color information
#EE14CE (or 0xEE14CE) is known color: Shocking Pink. HEX triplet: EE, 14 and CE. RGB value is (238,20,206). Sum of RGB (Red+Green+Blue) = 238+20+206=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE14CE is #11EB31. Grayscale: #696969. Windows color (decimal): -1174322 or 13505774. OLE color: 13505774.
HSL color Cylindrical-coordinate representation of color #EE14CE: hue angle of 308.81º 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 #EE14CE is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 206 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.07 |
| HSL | 308.81º | 0.87% | 0.51% | - |
| HSV(B) | 308.81º | 0.92% | 0.93% | - |
| XYZ | 46.65 | 23.13 | 60.4 | - |
| YUV | 106.39 | 184.22 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 206 | 0 | 0.92 | 0.13 | 0.07 | 308.81 | 0.87 | 0.51 |
| Hex | EE | 14 | CE | 0 | 5C | D | 7 | 135 | 57 | 33 |
| Octal | 356 | 24 | 316 | 0 | 134 | 15 | 7 | 465 | 127 | 63 |
| Binary | 11101110 | 10100 | 11001110 | 0 | 1011100 | 1101 | 111 | 100110101 | 1010111 | 110011 |
Color Harmonies of #EE14CE
Complementary color
Monochromatic Colors of #EE14CE
Black with #EE14CE
Text Example
Text Example
White with #EE14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14CE; }
p { color: rgb(238,20,206); }
H1.HeaderClassName
{
color: #EE14CE;
}
.AnyTagClassName
{
color: #EE14CE;
}
</style>
background-color css
<style>
a { background-color: #EE14CE; }
a { background-color: rgb(238,20,206); }
div.DivClassName
{
background-color: #EE14CE;
}
.BgClassName
{
background-color: #EE14CE;
}
</style>
border-color css
<style>
span { border-color: #EE14CE; }
span { border-color: rgb(238,20,206); }
td.TdClassName
{
border-color: #EE14CE;
}
.TagClassName
{
border-color: #EE14CE;
}
</style>