Shades of Shocking #EA99CC
Tints of Shocking #EA99CC
RGB
CMYK
RGB Variations
Color information
#EA99CC (or 0xEA99CC) is known color: Shocking. HEX triplet: EA, 99 and CC. RGB value is (234,153,204). Sum of RGB (Red+Green+Blue) = 234+153+204=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99CC is #156633. Grayscale: #B6B6B6. Windows color (decimal): -1402420 or 13408746. OLE color: 13408746.
HSL color Cylindrical-coordinate representation of color #EA99CC: hue angle of 322.22º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA99CC is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 204 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.08 |
| HSL | 322.22º | 0.66% | 0.76% | - |
| HSV(B) | 322.22º | 0.35% | 0.92% | - |
| XYZ | 56.22 | 44.63 | 62.78 | - |
| YUV | 183.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 204 | 0 | 0.35 | 0.13 | 0.08 | 322.22 | 0.66 | 0.76 |
| Hex | EA | 99 | CC | 0 | 23 | D | 8 | 142 | 42 | 4C |
| Octal | 352 | 231 | 314 | 0 | 43 | 15 | 10 | 502 | 102 | 114 |
| Binary | 11101010 | 10011001 | 11001100 | 0 | 100011 | 1101 | 1000 | 101000010 | 1000010 | 1001100 |
Color Harmonies of #EA99CC
Complementary color
Monochromatic Colors of #EA99CC
Black with #EA99CC
Text Example
Text Example
White with #EA99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA99CC; }
p { color: rgb(234,153,204); }
H1.HeaderClassName
{
color: #EA99CC;
}
.AnyTagClassName
{
color: #EA99CC;
}
</style>
background-color css
<style>
a { background-color: #EA99CC; }
a { background-color: rgb(234,153,204); }
div.DivClassName
{
background-color: #EA99CC;
}
.BgClassName
{
background-color: #EA99CC;
}
</style>
border-color css
<style>
span { border-color: #EA99CC; }
span { border-color: rgb(234,153,204); }
td.TdClassName
{
border-color: #EA99CC;
}
.TagClassName
{
border-color: #EA99CC;
}
</style>