Shades of Shocking Pink #EE18CD
Tints of Shocking Pink #EE18CD
RGB
CMYK
RGB Variations
Color information
#EE18CD (or 0xEE18CD) is known color: Shocking Pink. HEX triplet: EE, 18 and CD. RGB value is (238,24,205). Sum of RGB (Red+Green+Blue) = 238+24+205=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE18CD is #11E732. Grayscale: #6C6C6C. Windows color (decimal): -1173299 or 13441262. OLE color: 13441262.
HSL color Cylindrical-coordinate representation of color #EE18CD: hue angle of 309.25º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE18CD is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 205 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.07 |
| HSL | 309.25º | 0.86% | 0.51% | - |
| HSV(B) | 309.25º | 0.9% | 0.93% | - |
| XYZ | 46.61 | 23.24 | 59.79 | - |
| YUV | 108.62 | 182.4 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 205 | 0 | 0.90 | 0.14 | 0.07 | 309.25 | 0.86 | 0.51 |
| Hex | EE | 18 | CD | 0 | 5A | E | 7 | 135 | 56 | 33 |
| Octal | 356 | 30 | 315 | 0 | 132 | 16 | 7 | 465 | 126 | 63 |
| Binary | 11101110 | 11000 | 11001101 | 0 | 1011010 | 1110 | 111 | 100110101 | 1010110 | 110011 |
Color Harmonies of #EE18CD
Complementary color
Monochromatic Colors of #EE18CD
Black with #EE18CD
Text Example
Text Example
White with #EE18CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18CD; }
p { color: rgb(238,24,205); }
H1.HeaderClassName
{
color: #EE18CD;
}
.AnyTagClassName
{
color: #EE18CD;
}
</style>
background-color css
<style>
a { background-color: #EE18CD; }
a { background-color: rgb(238,24,205); }
div.DivClassName
{
background-color: #EE18CD;
}
.BgClassName
{
background-color: #EE18CD;
}
</style>
border-color css
<style>
span { border-color: #EE18CD; }
span { border-color: rgb(238,24,205); }
td.TdClassName
{
border-color: #EE18CD;
}
.TagClassName
{
border-color: #EE18CD;
}
</style>