Shades of Shocking #EA98C4
Tints of Shocking #EA98C4
RGB
CMYK
RGB Variations
Color information
#EA98C4 (or 0xEA98C4) is known color: Shocking. HEX triplet: EA, 98 and C4. RGB value is (234,152,196). Sum of RGB (Red+Green+Blue) = 234+152+196=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EA98C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA98C4 is #15673B. Grayscale: #B5B5B5. Windows color (decimal): -1402684 or 12884202. OLE color: 12884202.
HSL color Cylindrical-coordinate representation of color #EA98C4: hue angle of 327.8º 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 #EA98C4 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 196 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.08 |
| HSL | 327.8º | 0.66% | 0.76% | - |
| HSV(B) | 327.8º | 0.35% | 0.92% | - |
| XYZ | 55.12 | 43.93 | 57.8 | - |
| YUV | 181.53 | 136.17 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 196 | 0 | 0.35 | 0.16 | 0.08 | 327.8 | 0.66 | 0.76 |
| Hex | EA | 98 | C4 | 0 | 23 | 10 | 8 | 148 | 42 | 4C |
| Octal | 352 | 230 | 304 | 0 | 43 | 20 | 10 | 510 | 102 | 114 |
| Binary | 11101010 | 10011000 | 11000100 | 0 | 100011 | 10000 | 1000 | 101001000 | 1000010 | 1001100 |
Color Harmonies of #EA98C4
Complementary color
Monochromatic Colors of #EA98C4
Black with #EA98C4
Text Example
Text Example
White with #EA98C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA98C4; }
p { color: rgb(234,152,196); }
H1.HeaderClassName
{
color: #EA98C4;
}
.AnyTagClassName
{
color: #EA98C4;
}
</style>
background-color css
<style>
a { background-color: #EA98C4; }
a { background-color: rgb(234,152,196); }
div.DivClassName
{
background-color: #EA98C4;
}
.BgClassName
{
background-color: #EA98C4;
}
</style>
border-color css
<style>
span { border-color: #EA98C4; }
span { border-color: rgb(234,152,196); }
td.TdClassName
{
border-color: #EA98C4;
}
.TagClassName
{
border-color: #EA98C4;
}
</style>