Shades of Shocking Pink #EE14CC
Tints of Shocking Pink #EE14CC
RGB
CMYK
RGB Variations
Color information
#EE14CC (or 0xEE14CC) is known color: Shocking Pink. HEX triplet: EE, 14 and CC. RGB value is (238,20,204). Sum of RGB (Red+Green+Blue) = 238+20+204=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 20 (8.20% from 255 or 4.33% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE14CC is #11EB33. Grayscale: #696969. Windows color (decimal): -1174324 or 13374702. OLE color: 13374702.
HSL color Cylindrical-coordinate representation of color #EE14CC: hue angle of 309.36º 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 #EE14CC is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 204 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.07 |
| HSL | 309.36º | 0.87% | 0.51% | - |
| HSV(B) | 309.36º | 0.92% | 0.93% | - |
| XYZ | 46.41 | 23.04 | 59.13 | - |
| YUV | 106.16 | 183.22 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 204 | 0 | 0.92 | 0.14 | 0.07 | 309.36 | 0.87 | 0.51 |
| Hex | EE | 14 | CC | 0 | 5C | E | 7 | 135 | 57 | 33 |
| Octal | 356 | 24 | 314 | 0 | 134 | 16 | 7 | 465 | 127 | 63 |
| Binary | 11101110 | 10100 | 11001100 | 0 | 1011100 | 1110 | 111 | 100110101 | 1010111 | 110011 |
Color Harmonies of #EE14CC
Complementary color
Monochromatic Colors of #EE14CC
Black with #EE14CC
Text Example
Text Example
White with #EE14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14CC; }
p { color: rgb(238,20,204); }
H1.HeaderClassName
{
color: #EE14CC;
}
.AnyTagClassName
{
color: #EE14CC;
}
</style>
background-color css
<style>
a { background-color: #EE14CC; }
a { background-color: rgb(238,20,204); }
div.DivClassName
{
background-color: #EE14CC;
}
.BgClassName
{
background-color: #EE14CC;
}
</style>
border-color css
<style>
span { border-color: #EE14CC; }
span { border-color: rgb(238,20,204); }
td.TdClassName
{
border-color: #EE14CC;
}
.TagClassName
{
border-color: #EE14CC;
}
</style>