Shades of Shocking #EA95C4
Tints of Shocking #EA95C4
RGB
CMYK
RGB Variations
Color information
#EA95C4 (or 0xEA95C4) is known color: Shocking. HEX triplet: EA, 95 and C4. RGB value is (234,149,196). Sum of RGB (Red+Green+Blue) = 234+149+196=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA95C4 is #156A3B. Grayscale: #B3B3B3. Windows color (decimal): -1403452 or 12883434. OLE color: 12883434.
HSL color Cylindrical-coordinate representation of color #EA95C4: hue angle of 326.82º 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 #EA95C4 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 196 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.08 |
| HSL | 326.82º | 0.67% | 0.75% | - |
| HSV(B) | 326.82º | 0.36% | 0.92% | - |
| XYZ | 54.64 | 42.97 | 57.64 | - |
| YUV | 179.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 196 | 0 | 0.36 | 0.16 | 0.08 | 326.82 | 0.67 | 0.75 |
| Hex | EA | 95 | C4 | 0 | 24 | 10 | 8 | 147 | 43 | 4B |
| Octal | 352 | 225 | 304 | 0 | 44 | 20 | 10 | 507 | 103 | 113 |
| Binary | 11101010 | 10010101 | 11000100 | 0 | 100100 | 10000 | 1000 | 101000111 | 1000011 | 1001011 |
Color Harmonies of #EA95C4
Complementary color
Monochromatic Colors of #EA95C4
Black with #EA95C4
Text Example
Text Example
White with #EA95C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA95C4; }
p { color: rgb(234,149,196); }
H1.HeaderClassName
{
color: #EA95C4;
}
.AnyTagClassName
{
color: #EA95C4;
}
</style>
background-color css
<style>
a { background-color: #EA95C4; }
a { background-color: rgb(234,149,196); }
div.DivClassName
{
background-color: #EA95C4;
}
.BgClassName
{
background-color: #EA95C4;
}
</style>
border-color css
<style>
span { border-color: #EA95C4; }
span { border-color: rgb(234,149,196); }
td.TdClassName
{
border-color: #EA95C4;
}
.TagClassName
{
border-color: #EA95C4;
}
</style>