Shades of Shocking #EA8AB9
Tints of Shocking #EA8AB9
RGB
CMYK
RGB Variations
Color information
#EA8AB9 (or 0xEA8AB9) is known color: Shocking. HEX triplet: EA, 8A and B9. RGB value is (234,138,185). Sum of RGB (Red+Green+Blue) = 234+138+185=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8AB9 is #157546. Grayscale: #ABABAB. Windows color (decimal): -1406279 or 12159722. OLE color: 12159722.
HSL color Cylindrical-coordinate representation of color #EA8AB9: hue angle of 330.62º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8AB9 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 185 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.08 |
| HSL | 330.63º | 0.7% | 0.73% | - |
| HSV(B) | 330.63º | 0.41% | 0.92% | - |
| XYZ | 51.78 | 39.17 | 50.73 | - |
| YUV | 172.06 | 135.3 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 185 | 0 | 0.41 | 0.21 | 0.08 | 330.63 | 0.7 | 0.73 |
| Hex | EA | 8A | B9 | 0 | 29 | 15 | 8 | 14B | 46 | 49 |
| Octal | 352 | 212 | 271 | 0 | 51 | 25 | 10 | 513 | 106 | 111 |
| Binary | 11101010 | 10001010 | 10111001 | 0 | 101001 | 10101 | 1000 | 101001011 | 1000110 | 1001001 |
Color Harmonies of #EA8AB9
Complementary color
Monochromatic Colors of #EA8AB9
Black with #EA8AB9
Text Example
Text Example
White with #EA8AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8AB9; }
p { color: rgb(234,138,185); }
H1.HeaderClassName
{
color: #EA8AB9;
}
.AnyTagClassName
{
color: #EA8AB9;
}
</style>
background-color css
<style>
a { background-color: #EA8AB9; }
a { background-color: rgb(234,138,185); }
div.DivClassName
{
background-color: #EA8AB9;
}
.BgClassName
{
background-color: #EA8AB9;
}
</style>
border-color css
<style>
span { border-color: #EA8AB9; }
span { border-color: rgb(234,138,185); }
td.TdClassName
{
border-color: #EA8AB9;
}
.TagClassName
{
border-color: #EA8AB9;
}
</style>