Shades of Deep Cerise #EA2B8F
Tints of Deep Cerise #EA2B8F
RGB
CMYK
RGB Variations
Color information
#EA2B8F (or 0xEA2B8F) is known color: Deep Cerise. HEX triplet: EA, 2B and 8F. RGB value is (234,43,143). Sum of RGB (Red+Green+Blue) = 234+43+143=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2B8F is #15D470. Grayscale: #6F6F6F. Windows color (decimal): -1430641 or 9382890. OLE color: 9382890.
HSL color Cylindrical-coordinate representation of color #EA2B8F: hue angle of 328.59º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2B8F is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 143 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.08 |
| HSL | 328.59º | 0.82% | 0.54% | - |
| HSV(B) | 328.59º | 0.82% | 0.92% | - |
| XYZ | 39.75 | 21.2 | 27.98 | - |
| YUV | 111.51 | 145.78 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 143 | 0 | 0.82 | 0.39 | 0.08 | 328.59 | 0.82 | 0.54 |
| Hex | EA | 2B | 8F | 0 | 52 | 27 | 8 | 149 | 52 | 36 |
| Octal | 352 | 53 | 217 | 0 | 122 | 47 | 10 | 511 | 122 | 66 |
| Binary | 11101010 | 101011 | 10001111 | 0 | 1010010 | 100111 | 1000 | 101001001 | 1010010 | 110110 |
Color Harmonies of #EA2B8F
Complementary color
Monochromatic Colors of #EA2B8F
Black with #EA2B8F
Text Example
Text Example
White with #EA2B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2B8F; }
p { color: rgb(234,43,143); }
H1.HeaderClassName
{
color: #EA2B8F;
}
.AnyTagClassName
{
color: #EA2B8F;
}
</style>
background-color css
<style>
a { background-color: #EA2B8F; }
a { background-color: rgb(234,43,143); }
div.DivClassName
{
background-color: #EA2B8F;
}
.BgClassName
{
background-color: #EA2B8F;
}
</style>
border-color css
<style>
span { border-color: #EA2B8F; }
span { border-color: rgb(234,43,143); }
td.TdClassName
{
border-color: #EA2B8F;
}
.TagClassName
{
border-color: #EA2B8F;
}
</style>