Shades of Shocking Pink #EE0DC2
Tints of Shocking Pink #EE0DC2
RGB
CMYK
RGB Variations
Color information
#EE0DC2 (or 0xEE0DC2) is known color: Shocking Pink. HEX triplet: EE, 0D and C2. RGB value is (238,13,194). Sum of RGB (Red+Green+Blue) = 238+13+194=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0DC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0DC2 is #11F23D. Grayscale: #646464. Windows color (decimal): -1176126 or 12717550. OLE color: 12717550.
HSL color Cylindrical-coordinate representation of color #EE0DC2: hue angle of 311.73º 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 #EE0DC2 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 194 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.07 |
| HSL | 311.73º | 0.9% | 0.49% | - |
| HSV(B) | 311.73º | 0.95% | 0.93% | - |
| XYZ | 45.14 | 22.36 | 52.98 | - |
| YUV | 100.91 | 180.54 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 194 | 0 | 0.95 | 0.18 | 0.07 | 311.73 | 0.9 | 0.49 |
| Hex | EE | D | C2 | 0 | 5F | 12 | 7 | 138 | 5A | 31 |
| Octal | 356 | 15 | 302 | 0 | 137 | 22 | 7 | 470 | 132 | 61 |
| Binary | 11101110 | 1101 | 11000010 | 0 | 1011111 | 10010 | 111 | 100111000 | 1011010 | 110001 |
Color Harmonies of #EE0DC2
Complementary color
Monochromatic Colors of #EE0DC2
Black with #EE0DC2
Text Example
Text Example
White with #EE0DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0DC2; }
p { color: rgb(238,13,194); }
H1.HeaderClassName
{
color: #EE0DC2;
}
.AnyTagClassName
{
color: #EE0DC2;
}
</style>
background-color css
<style>
a { background-color: #EE0DC2; }
a { background-color: rgb(238,13,194); }
div.DivClassName
{
background-color: #EE0DC2;
}
.BgClassName
{
background-color: #EE0DC2;
}
</style>
border-color css
<style>
span { border-color: #EE0DC2; }
span { border-color: rgb(238,13,194); }
td.TdClassName
{
border-color: #EE0DC2;
}
.TagClassName
{
border-color: #EE0DC2;
}
</style>