Shades of Deep Cerise #EA2B7A
Tints of Deep Cerise #EA2B7A
RGB
CMYK
RGB Variations
Color information
#EA2B7A (or 0xEA2B7A) is known color: Deep Cerise. HEX triplet: EA, 2B and 7A. RGB value is (234,43,122). Sum of RGB (Red+Green+Blue) = 234+43+122=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2B7A is #15D485. Grayscale: #6C6C6C. Windows color (decimal): -1430662 or 8006634. OLE color: 8006634.
HSL color Cylindrical-coordinate representation of color #EA2B7A: hue angle of 335.18º 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 #EA2B7A is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 122 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.08 |
| HSL | 335.18º | 0.82% | 0.54% | - |
| HSV(B) | 335.18º | 0.82% | 0.92% | - |
| XYZ | 38.31 | 20.63 | 20.37 | - |
| YUV | 109.12 | 135.28 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 122 | 0 | 0.82 | 0.48 | 0.08 | 335.18 | 0.82 | 0.54 |
| Hex | EA | 2B | 7A | 0 | 52 | 30 | 8 | 14F | 52 | 36 |
| Octal | 352 | 53 | 172 | 0 | 122 | 60 | 10 | 517 | 122 | 66 |
| Binary | 11101010 | 101011 | 1111010 | 0 | 1010010 | 110000 | 1000 | 101001111 | 1010010 | 110110 |
Color Harmonies of #EA2B7A
Complementary color
Monochromatic Colors of #EA2B7A
Black with #EA2B7A
Text Example
Text Example
White with #EA2B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2B7A; }
p { color: rgb(234,43,122); }
H1.HeaderClassName
{
color: #EA2B7A;
}
.AnyTagClassName
{
color: #EA2B7A;
}
</style>
background-color css
<style>
a { background-color: #EA2B7A; }
a { background-color: rgb(234,43,122); }
div.DivClassName
{
background-color: #EA2B7A;
}
.BgClassName
{
background-color: #EA2B7A;
}
</style>
border-color css
<style>
span { border-color: #EA2B7A; }
span { border-color: rgb(234,43,122); }
td.TdClassName
{
border-color: #EA2B7A;
}
.TagClassName
{
border-color: #EA2B7A;
}
</style>