Shades of Shocking Pink #EE0FCA
Tints of Shocking Pink #EE0FCA
RGB
CMYK
RGB Variations
Color information
#EE0FCA (or 0xEE0FCA) is known color: Shocking Pink. HEX triplet: EE, 0F and CA. RGB value is (238,15,202). Sum of RGB (Red+Green+Blue) = 238+15+202=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0FCA is #11F035. Grayscale: #666666. Windows color (decimal): -1175606 or 13242350. OLE color: 13242350.
HSL color Cylindrical-coordinate representation of color #EE0FCA: hue angle of 309.69º 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 #EE0FCA is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 202 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.07 |
| HSL | 309.69º | 0.88% | 0.5% | - |
| HSV(B) | 309.69º | 0.94% | 0.93% | - |
| XYZ | 46.09 | 22.78 | 57.85 | - |
| YUV | 103 | 183.88 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 202 | 0 | 0.94 | 0.15 | 0.07 | 309.69 | 0.88 | 0.5 |
| Hex | EE | F | CA | 0 | 5E | F | 7 | 136 | 58 | 32 |
| Octal | 356 | 17 | 312 | 0 | 136 | 17 | 7 | 466 | 130 | 62 |
| Binary | 11101110 | 1111 | 11001010 | 0 | 1011110 | 1111 | 111 | 100110110 | 1011000 | 110010 |
Color Harmonies of #EE0FCA
Complementary color
Monochromatic Colors of #EE0FCA
Black with #EE0FCA
Text Example
Text Example
White with #EE0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FCA; }
p { color: rgb(238,15,202); }
H1.HeaderClassName
{
color: #EE0FCA;
}
.AnyTagClassName
{
color: #EE0FCA;
}
</style>
background-color css
<style>
a { background-color: #EE0FCA; }
a { background-color: rgb(238,15,202); }
div.DivClassName
{
background-color: #EE0FCA;
}
.BgClassName
{
background-color: #EE0FCA;
}
</style>
border-color css
<style>
span { border-color: #EE0FCA; }
span { border-color: rgb(238,15,202); }
td.TdClassName
{
border-color: #EE0FCA;
}
.TagClassName
{
border-color: #EE0FCA;
}
</style>