Shades of Shocking Pink #EE0FD0
Tints of Shocking Pink #EE0FD0
RGB
CMYK
RGB Variations
Color information
#EE0FD0 (or 0xEE0FD0) is known color: Shocking Pink. HEX triplet: EE, 0F and D0. RGB value is (238,15,208). Sum of RGB (Red+Green+Blue) = 238+15+208=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0FD0 is #11F02F. Grayscale: #676767. Windows color (decimal): -1175600 or 13635566. OLE color: 13635566.
HSL color Cylindrical-coordinate representation of color #EE0FD0: hue angle of 308.07º 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 #EE0FD0 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 208 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.07 |
| HSL | 308.07º | 0.88% | 0.5% | - |
| HSV(B) | 308.07º | 0.94% | 0.93% | - |
| XYZ | 46.82 | 23.07 | 61.66 | - |
| YUV | 103.68 | 186.88 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 208 | 0 | 0.94 | 0.13 | 0.07 | 308.07 | 0.88 | 0.5 |
| Hex | EE | F | D0 | 0 | 5E | D | 7 | 134 | 58 | 32 |
| Octal | 356 | 17 | 320 | 0 | 136 | 15 | 7 | 464 | 130 | 62 |
| Binary | 11101110 | 1111 | 11010000 | 0 | 1011110 | 1101 | 111 | 100110100 | 1011000 | 110010 |
Color Harmonies of #EE0FD0
Complementary color
Monochromatic Colors of #EE0FD0
Black with #EE0FD0
Text Example
Text Example
White with #EE0FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FD0; }
p { color: rgb(238,15,208); }
H1.HeaderClassName
{
color: #EE0FD0;
}
.AnyTagClassName
{
color: #EE0FD0;
}
</style>
background-color css
<style>
a { background-color: #EE0FD0; }
a { background-color: rgb(238,15,208); }
div.DivClassName
{
background-color: #EE0FD0;
}
.BgClassName
{
background-color: #EE0FD0;
}
</style>
border-color css
<style>
span { border-color: #EE0FD0; }
span { border-color: rgb(238,15,208); }
td.TdClassName
{
border-color: #EE0FD0;
}
.TagClassName
{
border-color: #EE0FD0;
}
</style>