Shades of Shocking Pink #EE1ECF
Tints of Shocking Pink #EE1ECF
RGB
CMYK
RGB Variations
Color information
#EE1ECF (or 0xEE1ECF) is known color: Shocking Pink. HEX triplet: EE, 1E and CF. RGB value is (238,30,207). Sum of RGB (Red+Green+Blue) = 238+30+207=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ECF is #11E130. Grayscale: #6F6F6F. Windows color (decimal): -1171761 or 13573870. OLE color: 13573870.
HSL color Cylindrical-coordinate representation of color #EE1ECF: hue angle of 308.94º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1ECF is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 30 | 207 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.07 |
| HSL | 308.94º | 0.86% | 0.53% | - |
| HSV(B) | 308.94º | 0.87% | 0.93% | - |
| XYZ | 46.99 | 23.61 | 61.11 | - |
| YUV | 112.37 | 181.41 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 207 | 0 | 0.87 | 0.13 | 0.07 | 308.94 | 0.86 | 0.53 |
| Hex | EE | 1E | CF | 0 | 57 | D | 7 | 135 | 56 | 35 |
| Octal | 356 | 36 | 317 | 0 | 127 | 15 | 7 | 465 | 126 | 65 |
| Binary | 11101110 | 11110 | 11001111 | 0 | 1010111 | 1101 | 111 | 100110101 | 1010110 | 110101 |
Color Harmonies of #EE1ECF
Complementary color
Monochromatic Colors of #EE1ECF
Black with #EE1ECF
Text Example
Text Example
White with #EE1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1ECF; }
p { color: rgb(238,30,207); }
H1.HeaderClassName
{
color: #EE1ECF;
}
.AnyTagClassName
{
color: #EE1ECF;
}
</style>
background-color css
<style>
a { background-color: #EE1ECF; }
a { background-color: rgb(238,30,207); }
div.DivClassName
{
background-color: #EE1ECF;
}
.BgClassName
{
background-color: #EE1ECF;
}
</style>
border-color css
<style>
span { border-color: #EE1ECF; }
span { border-color: rgb(238,30,207); }
td.TdClassName
{
border-color: #EE1ECF;
}
.TagClassName
{
border-color: #EE1ECF;
}
</style>