Shades of Shocking Pink #EE0AC6
Tints of Shocking Pink #EE0AC6
RGB
CMYK
RGB Variations
Color information
#EE0AC6 (or 0xEE0AC6) is known color: Shocking Pink. HEX triplet: EE, 0A and C6. RGB value is (238,10,198). Sum of RGB (Red+Green+Blue) = 238+10+198=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0AC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0AC6 is #11F539. Grayscale: #636363. Windows color (decimal): -1176890 or 12978926. OLE color: 12978926.
HSL color Cylindrical-coordinate representation of color #EE0AC6: hue angle of 310.53º 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 #EE0AC6 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 198 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.07 |
| HSL | 310.53º | 0.92% | 0.49% | - |
| HSV(B) | 310.53º | 0.96% | 0.93% | - |
| XYZ | 45.56 | 22.47 | 55.36 | - |
| YUV | 99.6 | 183.54 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 198 | 0 | 0.96 | 0.17 | 0.07 | 310.53 | 0.92 | 0.49 |
| Hex | EE | A | C6 | 0 | 60 | 11 | 7 | 137 | 5C | 31 |
| Octal | 356 | 12 | 306 | 0 | 140 | 21 | 7 | 467 | 134 | 61 |
| Binary | 11101110 | 1010 | 11000110 | 0 | 1100000 | 10001 | 111 | 100110111 | 1011100 | 110001 |
Color Harmonies of #EE0AC6
Complementary color
Monochromatic Colors of #EE0AC6
Black with #EE0AC6
Text Example
Text Example
White with #EE0AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0AC6; }
p { color: rgb(238,10,198); }
H1.HeaderClassName
{
color: #EE0AC6;
}
.AnyTagClassName
{
color: #EE0AC6;
}
</style>
background-color css
<style>
a { background-color: #EE0AC6; }
a { background-color: rgb(238,10,198); }
div.DivClassName
{
background-color: #EE0AC6;
}
.BgClassName
{
background-color: #EE0AC6;
}
</style>
border-color css
<style>
span { border-color: #EE0AC6; }
span { border-color: rgb(238,10,198); }
td.TdClassName
{
border-color: #EE0AC6;
}
.TagClassName
{
border-color: #EE0AC6;
}
</style>