Shades of Deep Cerise #EA3A8B
Tints of Deep Cerise #EA3A8B
RGB
CMYK
RGB Variations
Color information
#EA3A8B (or 0xEA3A8B) is known color: Deep Cerise. HEX triplet: EA, 3A and 8B. RGB value is (234,58,139). Sum of RGB (Red+Green+Blue) = 234+58+139=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3A8B is #15C574. Grayscale: #777777. Windows color (decimal): -1426805 or 9124586. OLE color: 9124586.
HSL color Cylindrical-coordinate representation of color #EA3A8B: hue angle of 332.39º 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 #EA3A8B is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 139 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.08 |
| HSL | 332.39º | 0.81% | 0.57% | - |
| HSV(B) | 332.39º | 0.75% | 0.92% | - |
| XYZ | 40.1 | 22.38 | 26.63 | - |
| YUV | 119.86 | 138.81 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 139 | 0 | 0.75 | 0.41 | 0.08 | 332.39 | 0.81 | 0.57 |
| Hex | EA | 3A | 8B | 0 | 4B | 29 | 8 | 14C | 51 | 39 |
| Octal | 352 | 72 | 213 | 0 | 113 | 51 | 10 | 514 | 121 | 71 |
| Binary | 11101010 | 111010 | 10001011 | 0 | 1001011 | 101001 | 1000 | 101001100 | 1010001 | 111001 |
Color Harmonies of #EA3A8B
Complementary color
Monochromatic Colors of #EA3A8B
Black with #EA3A8B
Text Example
Text Example
White with #EA3A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A8B; }
p { color: rgb(234,58,139); }
H1.HeaderClassName
{
color: #EA3A8B;
}
.AnyTagClassName
{
color: #EA3A8B;
}
</style>
background-color css
<style>
a { background-color: #EA3A8B; }
a { background-color: rgb(234,58,139); }
div.DivClassName
{
background-color: #EA3A8B;
}
.BgClassName
{
background-color: #EA3A8B;
}
</style>
border-color css
<style>
span { border-color: #EA3A8B; }
span { border-color: rgb(234,58,139); }
td.TdClassName
{
border-color: #EA3A8B;
}
.TagClassName
{
border-color: #EA3A8B;
}
</style>