Shades of Deep Cerise #EA2F8C
Tints of Deep Cerise #EA2F8C
RGB
CMYK
RGB Variations
Color information
#EA2F8C (or 0xEA2F8C) is known color: Deep Cerise. HEX triplet: EA, 2F and 8C. RGB value is (234,47,140). Sum of RGB (Red+Green+Blue) = 234+47+140=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2F8C is #15D073. Grayscale: #717171. Windows color (decimal): -1429620 or 9187306. OLE color: 9187306.
HSL color Cylindrical-coordinate representation of color #EA2F8C: hue angle of 330.16º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2F8C is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 47 | 140 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.08 |
| HSL | 330.16º | 0.82% | 0.55% | - |
| HSV(B) | 330.16º | 0.8% | 0.92% | - |
| XYZ | 39.68 | 21.42 | 26.85 | - |
| YUV | 113.52 | 142.95 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 47 | 140 | 0 | 0.80 | 0.40 | 0.08 | 330.16 | 0.82 | 0.55 |
| Hex | EA | 2F | 8C | 0 | 50 | 28 | 8 | 14A | 52 | 37 |
| Octal | 352 | 57 | 214 | 0 | 120 | 50 | 10 | 512 | 122 | 67 |
| Binary | 11101010 | 101111 | 10001100 | 0 | 1010000 | 101000 | 1000 | 101001010 | 1010010 | 110111 |
Color Harmonies of #EA2F8C
Complementary color
Monochromatic Colors of #EA2F8C
Black with #EA2F8C
Text Example
Text Example
White with #EA2F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2F8C; }
p { color: rgb(234,47,140); }
H1.HeaderClassName
{
color: #EA2F8C;
}
.AnyTagClassName
{
color: #EA2F8C;
}
</style>
background-color css
<style>
a { background-color: #EA2F8C; }
a { background-color: rgb(234,47,140); }
div.DivClassName
{
background-color: #EA2F8C;
}
.BgClassName
{
background-color: #EA2F8C;
}
</style>
border-color css
<style>
span { border-color: #EA2F8C; }
span { border-color: rgb(234,47,140); }
td.TdClassName
{
border-color: #EA2F8C;
}
.TagClassName
{
border-color: #EA2F8C;
}
</style>