Shades of Shocking #EA8EC4
Tints of Shocking #EA8EC4
RGB
CMYK
RGB Variations
Color information
#EA8EC4 (or 0xEA8EC4) is known color: Shocking. HEX triplet: EA, 8E and C4. RGB value is (234,142,196). Sum of RGB (Red+Green+Blue) = 234+142+196=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8EC4 is #15713B. Grayscale: #AFAFAF. Windows color (decimal): -1405244 or 12881642. OLE color: 12881642.
HSL color Cylindrical-coordinate representation of color #EA8EC4: hue angle of 324.78º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8EC4 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 196 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.08 |
| HSL | 324.78º | 0.69% | 0.74% | - |
| HSV(B) | 324.78º | 0.39% | 0.92% | - |
| XYZ | 53.57 | 40.82 | 57.28 | - |
| YUV | 175.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 196 | 0 | 0.39 | 0.16 | 0.08 | 324.78 | 0.69 | 0.74 |
| Hex | EA | 8E | C4 | 0 | 27 | 10 | 8 | 145 | 45 | 4A |
| Octal | 352 | 216 | 304 | 0 | 47 | 20 | 10 | 505 | 105 | 112 |
| Binary | 11101010 | 10001110 | 11000100 | 0 | 100111 | 10000 | 1000 | 101000101 | 1000101 | 1001010 |
Color Harmonies of #EA8EC4
Complementary color
Monochromatic Colors of #EA8EC4
Black with #EA8EC4
Text Example
Text Example
White with #EA8EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8EC4; }
p { color: rgb(234,142,196); }
H1.HeaderClassName
{
color: #EA8EC4;
}
.AnyTagClassName
{
color: #EA8EC4;
}
</style>
background-color css
<style>
a { background-color: #EA8EC4; }
a { background-color: rgb(234,142,196); }
div.DivClassName
{
background-color: #EA8EC4;
}
.BgClassName
{
background-color: #EA8EC4;
}
</style>
border-color css
<style>
span { border-color: #EA8EC4; }
span { border-color: rgb(234,142,196); }
td.TdClassName
{
border-color: #EA8EC4;
}
.TagClassName
{
border-color: #EA8EC4;
}
</style>