Shades of Shocking Pink #EE0DBF
Tints of Shocking Pink #EE0DBF
RGB
CMYK
RGB Variations
Color information
#EE0DBF (or 0xEE0DBF) is known color: Shocking Pink. HEX triplet: EE, 0D and BF. RGB value is (238,13,191). Sum of RGB (Red+Green+Blue) = 238+13+191=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0DBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0DBF is #11F240. Grayscale: #646464. Windows color (decimal): -1176129 or 12520942. OLE color: 12520942.
HSL color Cylindrical-coordinate representation of color #EE0DBF: hue angle of 312.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0DBF is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 191 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.07 |
| HSL | 312.53º | 0.9% | 0.49% | - |
| HSV(B) | 312.53º | 0.95% | 0.93% | - |
| XYZ | 44.81 | 22.23 | 51.22 | - |
| YUV | 100.57 | 179.04 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 191 | 0 | 0.95 | 0.20 | 0.07 | 312.53 | 0.9 | 0.49 |
| Hex | EE | D | BF | 0 | 5F | 14 | 7 | 139 | 5A | 31 |
| Octal | 356 | 15 | 277 | 0 | 137 | 24 | 7 | 471 | 132 | 61 |
| Binary | 11101110 | 1101 | 10111111 | 0 | 1011111 | 10100 | 111 | 100111001 | 1011010 | 110001 |
Color Harmonies of #EE0DBF
Complementary color
Monochromatic Colors of #EE0DBF
Black with #EE0DBF
Text Example
Text Example
White with #EE0DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0DBF; }
p { color: rgb(238,13,191); }
H1.HeaderClassName
{
color: #EE0DBF;
}
.AnyTagClassName
{
color: #EE0DBF;
}
</style>
background-color css
<style>
a { background-color: #EE0DBF; }
a { background-color: rgb(238,13,191); }
div.DivClassName
{
background-color: #EE0DBF;
}
.BgClassName
{
background-color: #EE0DBF;
}
</style>
border-color css
<style>
span { border-color: #EE0DBF; }
span { border-color: rgb(238,13,191); }
td.TdClassName
{
border-color: #EE0DBF;
}
.TagClassName
{
border-color: #EE0DBF;
}
</style>