Shades of Shocking #EA96C6
Tints of Shocking #EA96C6
RGB
CMYK
RGB Variations
Color information
#EA96C6 (or 0xEA96C6) is known color: Shocking. HEX triplet: EA, 96 and C6. RGB value is (234,150,198). Sum of RGB (Red+Green+Blue) = 234+150+198=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA96C6 is #156939. Grayscale: #B4B4B4. Windows color (decimal): -1403194 or 13014762. OLE color: 13014762.
HSL color Cylindrical-coordinate representation of color #EA96C6: hue angle of 325.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA96C6 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 198 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.08 |
| HSL | 325.71º | 0.67% | 0.75% | - |
| HSV(B) | 325.71º | 0.36% | 0.92% | - |
| XYZ | 55.03 | 43.38 | 58.9 | - |
| YUV | 180.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 198 | 0 | 0.36 | 0.15 | 0.08 | 325.71 | 0.67 | 0.75 |
| Hex | EA | 96 | C6 | 0 | 24 | F | 8 | 146 | 43 | 4B |
| Octal | 352 | 226 | 306 | 0 | 44 | 17 | 10 | 506 | 103 | 113 |
| Binary | 11101010 | 10010110 | 11000110 | 0 | 100100 | 1111 | 1000 | 101000110 | 1000011 | 1001011 |
Color Harmonies of #EA96C6
Complementary color
Monochromatic Colors of #EA96C6
Black with #EA96C6
Text Example
Text Example
White with #EA96C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA96C6; }
p { color: rgb(234,150,198); }
H1.HeaderClassName
{
color: #EA96C6;
}
.AnyTagClassName
{
color: #EA96C6;
}
</style>
background-color css
<style>
a { background-color: #EA96C6; }
a { background-color: rgb(234,150,198); }
div.DivClassName
{
background-color: #EA96C6;
}
.BgClassName
{
background-color: #EA96C6;
}
</style>
border-color css
<style>
span { border-color: #EA96C6; }
span { border-color: rgb(234,150,198); }
td.TdClassName
{
border-color: #EA96C6;
}
.TagClassName
{
border-color: #EA96C6;
}
</style>