Shades of Shocking Pink #EE0DC7
Tints of Shocking Pink #EE0DC7
RGB
CMYK
RGB Variations
Color information
#EE0DC7 (or 0xEE0DC7) is known color: Shocking Pink. HEX triplet: EE, 0D and C7. RGB value is (238,13,199). Sum of RGB (Red+Green+Blue) = 238+13+199=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 13 (5.47% from 255 or 2.89% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0DC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0DC7 is #11F238. Grayscale: #646464. Windows color (decimal): -1176121 or 13045230. OLE color: 13045230.
HSL color Cylindrical-coordinate representation of color #EE0DC7: hue angle of 310.4º 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 #EE0DC7 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 199 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.07 |
| HSL | 310.4º | 0.9% | 0.49% | - |
| HSV(B) | 310.4º | 0.95% | 0.93% | - |
| XYZ | 45.71 | 22.59 | 55.98 | - |
| YUV | 101.48 | 183.04 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 199 | 0 | 0.95 | 0.16 | 0.07 | 310.4 | 0.9 | 0.49 |
| Hex | EE | D | C7 | 0 | 5F | 10 | 7 | 136 | 5A | 31 |
| Octal | 356 | 15 | 307 | 0 | 137 | 20 | 7 | 466 | 132 | 61 |
| Binary | 11101110 | 1101 | 11000111 | 0 | 1011111 | 10000 | 111 | 100110110 | 1011010 | 110001 |
Color Harmonies of #EE0DC7
Complementary color
Monochromatic Colors of #EE0DC7
Black with #EE0DC7
Text Example
Text Example
White with #EE0DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0DC7; }
p { color: rgb(238,13,199); }
H1.HeaderClassName
{
color: #EE0DC7;
}
.AnyTagClassName
{
color: #EE0DC7;
}
</style>
background-color css
<style>
a { background-color: #EE0DC7; }
a { background-color: rgb(238,13,199); }
div.DivClassName
{
background-color: #EE0DC7;
}
.BgClassName
{
background-color: #EE0DC7;
}
</style>
border-color css
<style>
span { border-color: #EE0DC7; }
span { border-color: rgb(238,13,199); }
td.TdClassName
{
border-color: #EE0DC7;
}
.TagClassName
{
border-color: #EE0DC7;
}
</style>