Shades of Deep Cerise #EA3A8D
Tints of Deep Cerise #EA3A8D
RGB
CMYK
RGB Variations
Color information
#EA3A8D (or 0xEA3A8D) is known color: Deep Cerise. HEX triplet: EA, 3A and 8D. RGB value is (234,58,141). Sum of RGB (Red+Green+Blue) = 234+58+141=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3A8D is #15C572. Grayscale: #777777. Windows color (decimal): -1426803 or 9255658. OLE color: 9255658.
HSL color Cylindrical-coordinate representation of color #EA3A8D: hue angle of 331.7º 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 #EA3A8D is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 141 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.08 |
| HSL | 331.7º | 0.81% | 0.57% | - |
| HSV(B) | 331.7º | 0.75% | 0.92% | - |
| XYZ | 40.25 | 22.44 | 27.41 | - |
| YUV | 120.09 | 139.81 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 141 | 0 | 0.75 | 0.40 | 0.08 | 331.7 | 0.81 | 0.57 |
| Hex | EA | 3A | 8D | 0 | 4B | 28 | 8 | 14C | 51 | 39 |
| Octal | 352 | 72 | 215 | 0 | 113 | 50 | 10 | 514 | 121 | 71 |
| Binary | 11101010 | 111010 | 10001101 | 0 | 1001011 | 101000 | 1000 | 101001100 | 1010001 | 111001 |
Color Harmonies of #EA3A8D
Complementary color
Monochromatic Colors of #EA3A8D
Black with #EA3A8D
Text Example
Text Example
White with #EA3A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A8D; }
p { color: rgb(234,58,141); }
H1.HeaderClassName
{
color: #EA3A8D;
}
.AnyTagClassName
{
color: #EA3A8D;
}
</style>
background-color css
<style>
a { background-color: #EA3A8D; }
a { background-color: rgb(234,58,141); }
div.DivClassName
{
background-color: #EA3A8D;
}
.BgClassName
{
background-color: #EA3A8D;
}
</style>
border-color css
<style>
span { border-color: #EA3A8D; }
span { border-color: rgb(234,58,141); }
td.TdClassName
{
border-color: #EA3A8D;
}
.TagClassName
{
border-color: #EA3A8D;
}
</style>