Shades of Shocking Pink #EE0FC2
Tints of Shocking Pink #EE0FC2
RGB
CMYK
RGB Variations
Color information
#EE0FC2 (or 0xEE0FC2) is known color: Shocking Pink. HEX triplet: EE, 0F and C2. RGB value is (238,15,194). Sum of RGB (Red+Green+Blue) = 238+15+194=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0FC2 is #11F03D. Grayscale: #656565. Windows color (decimal): -1175614 or 12718062. OLE color: 12718062.
HSL color Cylindrical-coordinate representation of color #EE0FC2: hue angle of 311.84º 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 #EE0FC2 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 194 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.07 |
| HSL | 311.84º | 0.88% | 0.5% | - |
| HSV(B) | 311.84º | 0.94% | 0.93% | - |
| XYZ | 45.17 | 22.41 | 52.98 | - |
| YUV | 102.08 | 179.88 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 194 | 0 | 0.94 | 0.18 | 0.07 | 311.84 | 0.88 | 0.5 |
| Hex | EE | F | C2 | 0 | 5E | 12 | 7 | 138 | 58 | 32 |
| Octal | 356 | 17 | 302 | 0 | 136 | 22 | 7 | 470 | 130 | 62 |
| Binary | 11101110 | 1111 | 11000010 | 0 | 1011110 | 10010 | 111 | 100111000 | 1011000 | 110010 |
Color Harmonies of #EE0FC2
Complementary color
Monochromatic Colors of #EE0FC2
Black with #EE0FC2
Text Example
Text Example
White with #EE0FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FC2; }
p { color: rgb(238,15,194); }
H1.HeaderClassName
{
color: #EE0FC2;
}
.AnyTagClassName
{
color: #EE0FC2;
}
</style>
background-color css
<style>
a { background-color: #EE0FC2; }
a { background-color: rgb(238,15,194); }
div.DivClassName
{
background-color: #EE0FC2;
}
.BgClassName
{
background-color: #EE0FC2;
}
</style>
border-color css
<style>
span { border-color: #EE0FC2; }
span { border-color: rgb(238,15,194); }
td.TdClassName
{
border-color: #EE0FC2;
}
.TagClassName
{
border-color: #EE0FC2;
}
</style>