Shades of Shocking Pink #EE0FCE
Tints of Shocking Pink #EE0FCE
RGB
CMYK
RGB Variations
Color information
#EE0FCE (or 0xEE0FCE) is known color: Shocking Pink. HEX triplet: EE, 0F and CE. RGB value is (238,15,206). Sum of RGB (Red+Green+Blue) = 238+15+206=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0FCE is #11F031. Grayscale: #666666. Windows color (decimal): -1175602 or 13504494. OLE color: 13504494.
HSL color Cylindrical-coordinate representation of color #EE0FCE: hue angle of 308.61º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FCE is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 206 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.07 |
| HSL | 308.61º | 0.88% | 0.5% | - |
| HSV(B) | 308.61º | 0.94% | 0.93% | - |
| XYZ | 46.57 | 22.98 | 60.37 | - |
| YUV | 103.45 | 185.88 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 206 | 0 | 0.94 | 0.13 | 0.07 | 308.61 | 0.88 | 0.5 |
| Hex | EE | F | CE | 0 | 5E | D | 7 | 135 | 58 | 32 |
| Octal | 356 | 17 | 316 | 0 | 136 | 15 | 7 | 465 | 130 | 62 |
| Binary | 11101110 | 1111 | 11001110 | 0 | 1011110 | 1101 | 111 | 100110101 | 1011000 | 110010 |
Color Harmonies of #EE0FCE
Complementary color
Monochromatic Colors of #EE0FCE
Black with #EE0FCE
Text Example
Text Example
White with #EE0FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FCE; }
p { color: rgb(238,15,206); }
H1.HeaderClassName
{
color: #EE0FCE;
}
.AnyTagClassName
{
color: #EE0FCE;
}
</style>
background-color css
<style>
a { background-color: #EE0FCE; }
a { background-color: rgb(238,15,206); }
div.DivClassName
{
background-color: #EE0FCE;
}
.BgClassName
{
background-color: #EE0FCE;
}
</style>
border-color css
<style>
span { border-color: #EE0FCE; }
span { border-color: rgb(238,15,206); }
td.TdClassName
{
border-color: #EE0FCE;
}
.TagClassName
{
border-color: #EE0FCE;
}
</style>