Shades of Deep Cerise #EA3A8A
Tints of Deep Cerise #EA3A8A
RGB
CMYK
RGB Variations
Color information
#EA3A8A (or 0xEA3A8A) is known color: Deep Cerise. HEX triplet: EA, 3A and 8A. RGB value is (234,58,138). Sum of RGB (Red+Green+Blue) = 234+58+138=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3A8A is #15C575. Grayscale: #777777. Windows color (decimal): -1426806 or 9059050. OLE color: 9059050.
HSL color Cylindrical-coordinate representation of color #EA3A8A: hue angle of 332.73º 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 #EA3A8A is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 138 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.08 |
| HSL | 332.73º | 0.81% | 0.57% | - |
| HSV(B) | 332.73º | 0.75% | 0.92% | - |
| XYZ | 40.03 | 22.35 | 26.25 | - |
| YUV | 119.74 | 138.31 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 138 | 0 | 0.75 | 0.41 | 0.08 | 332.73 | 0.81 | 0.57 |
| Hex | EA | 3A | 8A | 0 | 4B | 29 | 8 | 14D | 51 | 39 |
| Octal | 352 | 72 | 212 | 0 | 113 | 51 | 10 | 515 | 121 | 71 |
| Binary | 11101010 | 111010 | 10001010 | 0 | 1001011 | 101001 | 1000 | 101001101 | 1010001 | 111001 |
Color Harmonies of #EA3A8A
Complementary color
Monochromatic Colors of #EA3A8A
Black with #EA3A8A
Text Example
Text Example
White with #EA3A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A8A; }
p { color: rgb(234,58,138); }
H1.HeaderClassName
{
color: #EA3A8A;
}
.AnyTagClassName
{
color: #EA3A8A;
}
</style>
background-color css
<style>
a { background-color: #EA3A8A; }
a { background-color: rgb(234,58,138); }
div.DivClassName
{
background-color: #EA3A8A;
}
.BgClassName
{
background-color: #EA3A8A;
}
</style>
border-color css
<style>
span { border-color: #EA3A8A; }
span { border-color: rgb(234,58,138); }
td.TdClassName
{
border-color: #EA3A8A;
}
.TagClassName
{
border-color: #EA3A8A;
}
</style>