Shades of Shocking #EA9ED0
Tints of Shocking #EA9ED0
RGB
CMYK
RGB Variations
Color information
#EA9ED0 (or 0xEA9ED0) is known color: Shocking. HEX triplet: EA, 9E and D0. RGB value is (234,158,208). Sum of RGB (Red+Green+Blue) = 234+158+208=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9ED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9ED0 is #15612F. Grayscale: #BABABA. Windows color (decimal): -1401136 or 13672170. OLE color: 13672170.
HSL color Cylindrical-coordinate representation of color #EA9ED0: hue angle of 320.53º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EA9ED0 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 208 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.08 |
| HSL | 320.53º | 0.64% | 0.77% | - |
| HSV(B) | 320.53º | 0.32% | 0.92% | - |
| XYZ | 57.54 | 46.5 | 65.62 | - |
| YUV | 186.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 208 | 0 | 0.32 | 0.11 | 0.08 | 320.53 | 0.64 | 0.77 |
| Hex | EA | 9E | D0 | 0 | 20 | B | 8 | 141 | 40 | 4D |
| Octal | 352 | 236 | 320 | 0 | 40 | 13 | 10 | 501 | 100 | 115 |
| Binary | 11101010 | 10011110 | 11010000 | 0 | 100000 | 1011 | 1000 | 101000001 | 1000000 | 1001101 |
Color Harmonies of #EA9ED0
Complementary color
Monochromatic Colors of #EA9ED0
Black with #EA9ED0
Text Example
Text Example
White with #EA9ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9ED0; }
p { color: rgb(234,158,208); }
H1.HeaderClassName
{
color: #EA9ED0;
}
.AnyTagClassName
{
color: #EA9ED0;
}
</style>
background-color css
<style>
a { background-color: #EA9ED0; }
a { background-color: rgb(234,158,208); }
div.DivClassName
{
background-color: #EA9ED0;
}
.BgClassName
{
background-color: #EA9ED0;
}
</style>
border-color css
<style>
span { border-color: #EA9ED0; }
span { border-color: rgb(234,158,208); }
td.TdClassName
{
border-color: #EA9ED0;
}
.TagClassName
{
border-color: #EA9ED0;
}
</style>