Shades of Shocking Pink #EE1ABC
Tints of Shocking Pink #EE1ABC
RGB
CMYK
RGB Variations
Color information
#EE1ABC (or 0xEE1ABC) is known color: Shocking Pink. HEX triplet: EE, 1A and BC. RGB value is (238,26,188). Sum of RGB (Red+Green+Blue) = 238+26+188=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 26 (10.55% from 255 or 5.75% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ABC is #11E543. Grayscale: #6B6B6B. Windows color (decimal): -1172804 or 12327662. OLE color: 12327662.
HSL color Cylindrical-coordinate representation of color #EE1ABC: hue angle of 314.15º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1ABC is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 26 | 188 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.07 |
| HSL | 314.15º | 0.86% | 0.52% | - |
| HSV(B) | 314.15º | 0.89% | 0.93% | - |
| XYZ | 44.71 | 22.55 | 49.57 | - |
| YUV | 107.86 | 173.24 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 26 | 188 | 0 | 0.89 | 0.21 | 0.07 | 314.15 | 0.86 | 0.52 |
| Hex | EE | 1A | BC | 0 | 59 | 15 | 7 | 13A | 56 | 34 |
| Octal | 356 | 32 | 274 | 0 | 131 | 25 | 7 | 472 | 126 | 64 |
| Binary | 11101110 | 11010 | 10111100 | 0 | 1011001 | 10101 | 111 | 100111010 | 1010110 | 110100 |
Color Harmonies of #EE1ABC
Complementary color
Monochromatic Colors of #EE1ABC
Black with #EE1ABC
Text Example
Text Example
White with #EE1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1ABC; }
p { color: rgb(238,26,188); }
H1.HeaderClassName
{
color: #EE1ABC;
}
.AnyTagClassName
{
color: #EE1ABC;
}
</style>
background-color css
<style>
a { background-color: #EE1ABC; }
a { background-color: rgb(238,26,188); }
div.DivClassName
{
background-color: #EE1ABC;
}
.BgClassName
{
background-color: #EE1ABC;
}
</style>
border-color css
<style>
span { border-color: #EE1ABC; }
span { border-color: rgb(238,26,188); }
td.TdClassName
{
border-color: #EE1ABC;
}
.TagClassName
{
border-color: #EE1ABC;
}
</style>