Shades of Shocking Pink #EE0AB6
Tints of Shocking Pink #EE0AB6
RGB
CMYK
RGB Variations
Color information
#EE0AB6 (or 0xEE0AB6) is known color: Shocking Pink. HEX triplet: EE, 0A and B6. RGB value is (238,10,182). Sum of RGB (Red+Green+Blue) = 238+10+182=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0AB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0AB6 is #11F549. Grayscale: #616161. Windows color (decimal): -1176906 or 11930350. OLE color: 11930350.
HSL color Cylindrical-coordinate representation of color #EE0AB6: hue angle of 314.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0AB6 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 182 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.07 |
| HSL | 314.74º | 0.92% | 0.49% | - |
| HSV(B) | 314.74º | 0.96% | 0.93% | - |
| XYZ | 43.81 | 21.77 | 46.15 | - |
| YUV | 97.78 | 175.54 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 182 | 0 | 0.96 | 0.24 | 0.07 | 314.74 | 0.92 | 0.49 |
| Hex | EE | A | B6 | 0 | 60 | 18 | 7 | 13B | 5C | 31 |
| Octal | 356 | 12 | 266 | 0 | 140 | 30 | 7 | 473 | 134 | 61 |
| Binary | 11101110 | 1010 | 10110110 | 0 | 1100000 | 11000 | 111 | 100111011 | 1011100 | 110001 |
Color Harmonies of #EE0AB6
Complementary color
Monochromatic Colors of #EE0AB6
Black with #EE0AB6
Text Example
Text Example
White with #EE0AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0AB6; }
p { color: rgb(238,10,182); }
H1.HeaderClassName
{
color: #EE0AB6;
}
.AnyTagClassName
{
color: #EE0AB6;
}
</style>
background-color css
<style>
a { background-color: #EE0AB6; }
a { background-color: rgb(238,10,182); }
div.DivClassName
{
background-color: #EE0AB6;
}
.BgClassName
{
background-color: #EE0AB6;
}
</style>
border-color css
<style>
span { border-color: #EE0AB6; }
span { border-color: rgb(238,10,182); }
td.TdClassName
{
border-color: #EE0AB6;
}
.TagClassName
{
border-color: #EE0AB6;
}
</style>