Shades of Deep Cerise #EA2D88
Tints of Deep Cerise #EA2D88
RGB
CMYK
RGB Variations
Color information
#EA2D88 (or 0xEA2D88) is known color: Deep Cerise. HEX triplet: EA, 2D and 88. RGB value is (234,45,136). Sum of RGB (Red+Green+Blue) = 234+45+136=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2D88 is #15D277. Grayscale: #6F6F6F. Windows color (decimal): -1430136 or 8924650. OLE color: 8924650.
HSL color Cylindrical-coordinate representation of color #EA2D88: hue angle of 331.11º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2D88 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 136 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.08 |
| HSL | 331.11º | 0.82% | 0.55% | - |
| HSV(B) | 331.11º | 0.81% | 0.92% | - |
| XYZ | 39.31 | 21.15 | 25.3 | - |
| YUV | 111.89 | 141.62 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 136 | 0 | 0.81 | 0.42 | 0.08 | 331.11 | 0.82 | 0.55 |
| Hex | EA | 2D | 88 | 0 | 51 | 2A | 8 | 14B | 52 | 37 |
| Octal | 352 | 55 | 210 | 0 | 121 | 52 | 10 | 513 | 122 | 67 |
| Binary | 11101010 | 101101 | 10001000 | 0 | 1010001 | 101010 | 1000 | 101001011 | 1010010 | 110111 |
Color Harmonies of #EA2D88
Complementary color
Monochromatic Colors of #EA2D88
Black with #EA2D88
Text Example
Text Example
White with #EA2D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D88; }
p { color: rgb(234,45,136); }
H1.HeaderClassName
{
color: #EA2D88;
}
.AnyTagClassName
{
color: #EA2D88;
}
</style>
background-color css
<style>
a { background-color: #EA2D88; }
a { background-color: rgb(234,45,136); }
div.DivClassName
{
background-color: #EA2D88;
}
.BgClassName
{
background-color: #EA2D88;
}
</style>
border-color css
<style>
span { border-color: #EA2D88; }
span { border-color: rgb(234,45,136); }
td.TdClassName
{
border-color: #EA2D88;
}
.TagClassName
{
border-color: #EA2D88;
}
</style>