Shades of Shocking #EA9ABD
Tints of Shocking #EA9ABD
RGB
CMYK
RGB Variations
Color information
#EA9ABD (or 0xEA9ABD) is known color: Shocking. HEX triplet: EA, 9A and BD. RGB value is (234,154,189). Sum of RGB (Red+Green+Blue) = 234+154+189=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9ABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9ABD is #156542. Grayscale: #B5B5B5. Windows color (decimal): -1402179 or 12425962. OLE color: 12425962.
HSL color Cylindrical-coordinate representation of color #EA9ABD: hue angle of 333.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9ABD is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 189 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.08 |
| HSL | 333.75º | 0.66% | 0.76% | - |
| HSV(B) | 333.75º | 0.34% | 0.92% | - |
| XYZ | 54.67 | 44.28 | 53.81 | - |
| YUV | 181.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 189 | 0 | 0.34 | 0.19 | 0.08 | 333.75 | 0.66 | 0.76 |
| Hex | EA | 9A | BD | 0 | 22 | 13 | 8 | 14E | 42 | 4C |
| Octal | 352 | 232 | 275 | 0 | 42 | 23 | 10 | 516 | 102 | 114 |
| Binary | 11101010 | 10011010 | 10111101 | 0 | 100010 | 10011 | 1000 | 101001110 | 1000010 | 1001100 |
Color Harmonies of #EA9ABD
Complementary color
Monochromatic Colors of #EA9ABD
Black with #EA9ABD
Text Example
Text Example
White with #EA9ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9ABD; }
p { color: rgb(234,154,189); }
H1.HeaderClassName
{
color: #EA9ABD;
}
.AnyTagClassName
{
color: #EA9ABD;
}
</style>
background-color css
<style>
a { background-color: #EA9ABD; }
a { background-color: rgb(234,154,189); }
div.DivClassName
{
background-color: #EA9ABD;
}
.BgClassName
{
background-color: #EA9ABD;
}
</style>
border-color css
<style>
span { border-color: #EA9ABD; }
span { border-color: rgb(234,154,189); }
td.TdClassName
{
border-color: #EA9ABD;
}
.TagClassName
{
border-color: #EA9ABD;
}
</style>