Shades of Shocking #EA9BC4
Tints of Shocking #EA9BC4
RGB
CMYK
RGB Variations
Color information
#EA9BC4 (or 0xEA9BC4) is known color: Shocking. HEX triplet: EA, 9B and C4. RGB value is (234,155,196). Sum of RGB (Red+Green+Blue) = 234+155+196=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9BC4 is #15643B. Grayscale: #B7B7B7. Windows color (decimal): -1401916 or 12884970. OLE color: 12884970.
HSL color Cylindrical-coordinate representation of color #EA9BC4: hue angle of 328.86º degrees, saturation: 0.65, 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 #EA9BC4 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 155 | 196 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.08 |
| HSL | 328.86º | 0.65% | 0.76% | - |
| HSV(B) | 328.86º | 0.34% | 0.92% | - |
| XYZ | 55.62 | 44.92 | 57.96 | - |
| YUV | 183.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 155 | 196 | 0 | 0.34 | 0.16 | 0.08 | 328.86 | 0.65 | 0.76 |
| Hex | EA | 9B | C4 | 0 | 22 | 10 | 8 | 149 | 41 | 4C |
| Octal | 352 | 233 | 304 | 0 | 42 | 20 | 10 | 511 | 101 | 114 |
| Binary | 11101010 | 10011011 | 11000100 | 0 | 100010 | 10000 | 1000 | 101001001 | 1000001 | 1001100 |
Color Harmonies of #EA9BC4
Complementary color
Monochromatic Colors of #EA9BC4
Black with #EA9BC4
Text Example
Text Example
White with #EA9BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9BC4; }
p { color: rgb(234,155,196); }
H1.HeaderClassName
{
color: #EA9BC4;
}
.AnyTagClassName
{
color: #EA9BC4;
}
</style>
background-color css
<style>
a { background-color: #EA9BC4; }
a { background-color: rgb(234,155,196); }
div.DivClassName
{
background-color: #EA9BC4;
}
.BgClassName
{
background-color: #EA9BC4;
}
</style>
border-color css
<style>
span { border-color: #EA9BC4; }
span { border-color: rgb(234,155,196); }
td.TdClassName
{
border-color: #EA9BC4;
}
.TagClassName
{
border-color: #EA9BC4;
}
</style>