Shades of Shocking Pink #EE14CD
Tints of Shocking Pink #EE14CD
RGB
CMYK
RGB Variations
Color information
#EE14CD (or 0xEE14CD) is known color: Shocking Pink. HEX triplet: EE, 14 and CD. RGB value is (238,20,205). Sum of RGB (Red+Green+Blue) = 238+20+205=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE14CD is #11EB32. Grayscale: #696969. Windows color (decimal): -1174323 or 13440238. OLE color: 13440238.
HSL color Cylindrical-coordinate representation of color #EE14CD: hue angle of 309.08º 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 #EE14CD is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 205 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.07 |
| HSL | 309.08º | 0.87% | 0.51% | - |
| HSV(B) | 309.08º | 0.92% | 0.93% | - |
| XYZ | 46.53 | 23.09 | 59.76 | - |
| YUV | 106.27 | 183.72 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 205 | 0 | 0.92 | 0.14 | 0.07 | 309.08 | 0.87 | 0.51 |
| Hex | EE | 14 | CD | 0 | 5C | E | 7 | 135 | 57 | 33 |
| Octal | 356 | 24 | 315 | 0 | 134 | 16 | 7 | 465 | 127 | 63 |
| Binary | 11101110 | 10100 | 11001101 | 0 | 1011100 | 1110 | 111 | 100110101 | 1010111 | 110011 |
Color Harmonies of #EE14CD
Complementary color
Monochromatic Colors of #EE14CD
Black with #EE14CD
Text Example
Text Example
White with #EE14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14CD; }
p { color: rgb(238,20,205); }
H1.HeaderClassName
{
color: #EE14CD;
}
.AnyTagClassName
{
color: #EE14CD;
}
</style>
background-color css
<style>
a { background-color: #EE14CD; }
a { background-color: rgb(238,20,205); }
div.DivClassName
{
background-color: #EE14CD;
}
.BgClassName
{
background-color: #EE14CD;
}
</style>
border-color css
<style>
span { border-color: #EE14CD; }
span { border-color: rgb(238,20,205); }
td.TdClassName
{
border-color: #EE14CD;
}
.TagClassName
{
border-color: #EE14CD;
}
</style>