Shades of Deep Cerise #EA2B8B
Tints of Deep Cerise #EA2B8B
RGB
CMYK
RGB Variations
Color information
#EA2B8B (or 0xEA2B8B) is known color: Deep Cerise. HEX triplet: EA, 2B and 8B. RGB value is (234,43,139). Sum of RGB (Red+Green+Blue) = 234+43+139=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2B8B is #15D474. Grayscale: #6E6E6E. Windows color (decimal): -1430645 or 9120746. OLE color: 9120746.
HSL color Cylindrical-coordinate representation of color #EA2B8B: hue angle of 329.84º 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 #EA2B8B is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 139 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.08 |
| HSL | 329.84º | 0.82% | 0.54% | - |
| HSV(B) | 329.84º | 0.82% | 0.92% | - |
| XYZ | 39.46 | 21.08 | 26.42 | - |
| YUV | 111.05 | 143.78 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 139 | 0 | 0.82 | 0.41 | 0.08 | 329.84 | 0.82 | 0.54 |
| Hex | EA | 2B | 8B | 0 | 52 | 29 | 8 | 14A | 52 | 36 |
| Octal | 352 | 53 | 213 | 0 | 122 | 51 | 10 | 512 | 122 | 66 |
| Binary | 11101010 | 101011 | 10001011 | 0 | 1010010 | 101001 | 1000 | 101001010 | 1010010 | 110110 |
Color Harmonies of #EA2B8B
Complementary color
Monochromatic Colors of #EA2B8B
Black with #EA2B8B
Text Example
Text Example
White with #EA2B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2B8B; }
p { color: rgb(234,43,139); }
H1.HeaderClassName
{
color: #EA2B8B;
}
.AnyTagClassName
{
color: #EA2B8B;
}
</style>
background-color css
<style>
a { background-color: #EA2B8B; }
a { background-color: rgb(234,43,139); }
div.DivClassName
{
background-color: #EA2B8B;
}
.BgClassName
{
background-color: #EA2B8B;
}
</style>
border-color css
<style>
span { border-color: #EA2B8B; }
span { border-color: rgb(234,43,139); }
td.TdClassName
{
border-color: #EA2B8B;
}
.TagClassName
{
border-color: #EA2B8B;
}
</style>