Shades of Deep Cerise #EA2B7D
Tints of Deep Cerise #EA2B7D
RGB
CMYK
RGB Variations
Color information
#EA2B7D (or 0xEA2B7D) is known color: Deep Cerise. HEX triplet: EA, 2B and 7D. RGB value is (234,43,125). Sum of RGB (Red+Green+Blue) = 234+43+125=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2B7D is #15D482. Grayscale: #6D6D6D. Windows color (decimal): -1430659 or 8203242. OLE color: 8203242.
HSL color Cylindrical-coordinate representation of color #EA2B7D: hue angle of 334.24º 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 #EA2B7D is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 125 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.08 |
| HSL | 334.24º | 0.82% | 0.54% | - |
| HSV(B) | 334.24º | 0.82% | 0.92% | - |
| XYZ | 38.5 | 20.7 | 21.37 | - |
| YUV | 109.46 | 136.78 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 125 | 0 | 0.82 | 0.47 | 0.08 | 334.24 | 0.82 | 0.54 |
| Hex | EA | 2B | 7D | 0 | 52 | 2F | 8 | 14E | 52 | 36 |
| Octal | 352 | 53 | 175 | 0 | 122 | 57 | 10 | 516 | 122 | 66 |
| Binary | 11101010 | 101011 | 1111101 | 0 | 1010010 | 101111 | 1000 | 101001110 | 1010010 | 110110 |
Color Harmonies of #EA2B7D
Complementary color
Monochromatic Colors of #EA2B7D
Black with #EA2B7D
Text Example
Text Example
White with #EA2B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2B7D; }
p { color: rgb(234,43,125); }
H1.HeaderClassName
{
color: #EA2B7D;
}
.AnyTagClassName
{
color: #EA2B7D;
}
</style>
background-color css
<style>
a { background-color: #EA2B7D; }
a { background-color: rgb(234,43,125); }
div.DivClassName
{
background-color: #EA2B7D;
}
.BgClassName
{
background-color: #EA2B7D;
}
</style>
border-color css
<style>
span { border-color: #EA2B7D; }
span { border-color: rgb(234,43,125); }
td.TdClassName
{
border-color: #EA2B7D;
}
.TagClassName
{
border-color: #EA2B7D;
}
</style>