Shades of Shocking #EA9CC2
Tints of Shocking #EA9CC2
RGB
CMYK
RGB Variations
Color information
#EA9CC2 (or 0xEA9CC2) is known color: Shocking. HEX triplet: EA, 9C and C2. RGB value is (234,156,194). Sum of RGB (Red+Green+Blue) = 234+156+194=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9CC2 is #15633D. Grayscale: #B7B7B7. Windows color (decimal): -1401662 or 12754154. OLE color: 12754154.
HSL color Cylindrical-coordinate representation of color #EA9CC2: hue angle of 330.77º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9CC2 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 156 | 194 | - |
CMYK | 0 | 0.33 | 0.17 | 0.08 |
HSL | 330.77º | 0.65% | 0.76% | - |
HSV(B) | 330.77º | 0.33% | 0.92% | - |
XYZ | 55.56 | 45.16 | 56.83 | - |
YUV | 183.65 | 133.84 | 163.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 156 | 194 | 0 | 0.33 | 0.17 | 0.08 | 330.77 | 0.65 | 0.76 |
Hex | EA | 9C | C2 | 0 | 21 | 11 | 8 | 14B | 41 | 4C |
Octal | 352 | 234 | 302 | 0 | 41 | 21 | 10 | 513 | 101 | 114 |
Binary | 11101010 | 10011100 | 11000010 | 0 | 100001 | 10001 | 1000 | 101001011 | 1000001 | 1001100 |
Color Harmonies of #EA9CC2
Complementary color
Monochromatic Colors of #EA9CC2
Black with #EA9CC2
Text Example
Text Example
White with #EA9CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9CC2; }
p { color: rgb(234,156,194); }
H1.HeaderClassName
{
color: #EA9CC2;
}
.AnyTagClassName
{
color: #EA9CC2;
}
</style>
background-color css
<style>
a { background-color: #EA9CC2; }
a { background-color: rgb(234,156,194); }
div.DivClassName
{
background-color: #EA9CC2;
}
.BgClassName
{
background-color: #EA9CC2;
}
</style>
border-color css
<style>
span { border-color: #EA9CC2; }
span { border-color: rgb(234,156,194); }
td.TdClassName
{
border-color: #EA9CC2;
}
.TagClassName
{
border-color: #EA9CC2;
}
</style>