Shades of Deep Cerise #EA3A8C
Tints of Deep Cerise #EA3A8C
RGB
CMYK
RGB Variations
Color information
#EA3A8C (or 0xEA3A8C) is known color: Deep Cerise. HEX triplet: EA, 3A and 8C. RGB value is (234,58,140). Sum of RGB (Red+Green+Blue) = 234+58+140=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3A8C is #15C573. Grayscale: #777777. Windows color (decimal): -1426804 or 9190122. OLE color: 9190122.
HSL color Cylindrical-coordinate representation of color #EA3A8C: hue angle of 332.05º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3A8C is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 140 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.08 |
| HSL | 332.05º | 0.81% | 0.57% | - |
| HSV(B) | 332.05º | 0.75% | 0.92% | - |
| XYZ | 40.18 | 22.41 | 27.02 | - |
| YUV | 119.97 | 139.31 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 140 | 0 | 0.75 | 0.40 | 0.08 | 332.05 | 0.81 | 0.57 |
| Hex | EA | 3A | 8C | 0 | 4B | 28 | 8 | 14C | 51 | 39 |
| Octal | 352 | 72 | 214 | 0 | 113 | 50 | 10 | 514 | 121 | 71 |
| Binary | 11101010 | 111010 | 10001100 | 0 | 1001011 | 101000 | 1000 | 101001100 | 1010001 | 111001 |
Color Harmonies of #EA3A8C
Complementary color
Monochromatic Colors of #EA3A8C
Black with #EA3A8C
Text Example
Text Example
White with #EA3A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A8C; }
p { color: rgb(234,58,140); }
H1.HeaderClassName
{
color: #EA3A8C;
}
.AnyTagClassName
{
color: #EA3A8C;
}
</style>
background-color css
<style>
a { background-color: #EA3A8C; }
a { background-color: rgb(234,58,140); }
div.DivClassName
{
background-color: #EA3A8C;
}
.BgClassName
{
background-color: #EA3A8C;
}
</style>
border-color css
<style>
span { border-color: #EA3A8C; }
span { border-color: rgb(234,58,140); }
td.TdClassName
{
border-color: #EA3A8C;
}
.TagClassName
{
border-color: #EA3A8C;
}
</style>