Shades of Deep Cerise #EA2B7B
Tints of Deep Cerise #EA2B7B
RGB
CMYK
RGB Variations
Color information
#EA2B7B (or 0xEA2B7B) is known color: Deep Cerise. HEX triplet: EA, 2B and 7B. RGB value is (234,43,123). Sum of RGB (Red+Green+Blue) = 234+43+123=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2B7B is #15D484. Grayscale: #6D6D6D. Windows color (decimal): -1430661 or 8072170. OLE color: 8072170.
HSL color Cylindrical-coordinate representation of color #EA2B7B: hue angle of 334.87º 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 #EA2B7B is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 123 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.08 |
| HSL | 334.87º | 0.82% | 0.54% | - |
| HSV(B) | 334.87º | 0.82% | 0.92% | - |
| XYZ | 38.37 | 20.65 | 20.7 | - |
| YUV | 109.23 | 135.78 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 123 | 0 | 0.82 | 0.47 | 0.08 | 334.87 | 0.82 | 0.54 |
| Hex | EA | 2B | 7B | 0 | 52 | 2F | 8 | 14F | 52 | 36 |
| Octal | 352 | 53 | 173 | 0 | 122 | 57 | 10 | 517 | 122 | 66 |
| Binary | 11101010 | 101011 | 1111011 | 0 | 1010010 | 101111 | 1000 | 101001111 | 1010010 | 110110 |
Color Harmonies of #EA2B7B
Complementary color
Monochromatic Colors of #EA2B7B
Black with #EA2B7B
Text Example
Text Example
White with #EA2B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2B7B; }
p { color: rgb(234,43,123); }
H1.HeaderClassName
{
color: #EA2B7B;
}
.AnyTagClassName
{
color: #EA2B7B;
}
</style>
background-color css
<style>
a { background-color: #EA2B7B; }
a { background-color: rgb(234,43,123); }
div.DivClassName
{
background-color: #EA2B7B;
}
.BgClassName
{
background-color: #EA2B7B;
}
</style>
border-color css
<style>
span { border-color: #EA2B7B; }
span { border-color: rgb(234,43,123); }
td.TdClassName
{
border-color: #EA2B7B;
}
.TagClassName
{
border-color: #EA2B7B;
}
</style>