Shades of Deep Cerise #EA3A8F
Tints of Deep Cerise #EA3A8F
RGB
CMYK
RGB Variations
Color information
#EA3A8F (or 0xEA3A8F) is known color: Deep Cerise. HEX triplet: EA, 3A and 8F. RGB value is (234,58,143). Sum of RGB (Red+Green+Blue) = 234+58+143=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3A8F is #15C570. Grayscale: #787878. Windows color (decimal): -1426801 or 9386730. OLE color: 9386730.
HSL color Cylindrical-coordinate representation of color #EA3A8F: hue angle of 331.02º 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 #EA3A8F is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 143 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.08 |
| HSL | 331.02º | 0.81% | 0.57% | - |
| HSV(B) | 331.02º | 0.75% | 0.92% | - |
| XYZ | 40.4 | 22.5 | 28.2 | - |
| YUV | 120.31 | 140.81 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 143 | 0 | 0.75 | 0.39 | 0.08 | 331.02 | 0.81 | 0.57 |
| Hex | EA | 3A | 8F | 0 | 4B | 27 | 8 | 14B | 51 | 39 |
| Octal | 352 | 72 | 217 | 0 | 113 | 47 | 10 | 513 | 121 | 71 |
| Binary | 11101010 | 111010 | 10001111 | 0 | 1001011 | 100111 | 1000 | 101001011 | 1010001 | 111001 |
Color Harmonies of #EA3A8F
Complementary color
Monochromatic Colors of #EA3A8F
Black with #EA3A8F
Text Example
Text Example
White with #EA3A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A8F; }
p { color: rgb(234,58,143); }
H1.HeaderClassName
{
color: #EA3A8F;
}
.AnyTagClassName
{
color: #EA3A8F;
}
</style>
background-color css
<style>
a { background-color: #EA3A8F; }
a { background-color: rgb(234,58,143); }
div.DivClassName
{
background-color: #EA3A8F;
}
.BgClassName
{
background-color: #EA3A8F;
}
</style>
border-color css
<style>
span { border-color: #EA3A8F; }
span { border-color: rgb(234,58,143); }
td.TdClassName
{
border-color: #EA3A8F;
}
.TagClassName
{
border-color: #EA3A8F;
}
</style>