Shades of Shocking #EA9CCC
Tints of Shocking #EA9CCC
RGB
CMYK
RGB Variations
Color information
#EA9CCC (or 0xEA9CCC) is known color: Shocking. HEX triplet: EA, 9C and CC. RGB value is (234,156,204). Sum of RGB (Red+Green+Blue) = 234+156+204=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9CCC is #156333. Grayscale: #B8B8B8. Windows color (decimal): -1401652 or 13409514. OLE color: 13409514.
HSL color Cylindrical-coordinate representation of color #EA9CCC: hue angle of 323.08º 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 #EA9CCC is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 204 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.08 |
| HSL | 323.08º | 0.65% | 0.76% | - |
| HSV(B) | 323.08º | 0.33% | 0.92% | - |
| XYZ | 56.72 | 45.63 | 62.94 | - |
| YUV | 184.79 | 138.84 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 204 | 0 | 0.33 | 0.13 | 0.08 | 323.08 | 0.65 | 0.76 |
| Hex | EA | 9C | CC | 0 | 21 | D | 8 | 143 | 41 | 4C |
| Octal | 352 | 234 | 314 | 0 | 41 | 15 | 10 | 503 | 101 | 114 |
| Binary | 11101010 | 10011100 | 11001100 | 0 | 100001 | 1101 | 1000 | 101000011 | 1000001 | 1001100 |
Color Harmonies of #EA9CCC
Complementary color
Monochromatic Colors of #EA9CCC
Black with #EA9CCC
Text Example
Text Example
White with #EA9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9CCC; }
p { color: rgb(234,156,204); }
H1.HeaderClassName
{
color: #EA9CCC;
}
.AnyTagClassName
{
color: #EA9CCC;
}
</style>
background-color css
<style>
a { background-color: #EA9CCC; }
a { background-color: rgb(234,156,204); }
div.DivClassName
{
background-color: #EA9CCC;
}
.BgClassName
{
background-color: #EA9CCC;
}
</style>
border-color css
<style>
span { border-color: #EA9CCC; }
span { border-color: rgb(234,156,204); }
td.TdClassName
{
border-color: #EA9CCC;
}
.TagClassName
{
border-color: #EA9CCC;
}
</style>