Shades of Deep Cerise #EA2F85
Tints of Deep Cerise #EA2F85
RGB
CMYK
RGB Variations
Color information
#EA2F85 (or 0xEA2F85) is known color: Deep Cerise. HEX triplet: EA, 2F and 85. RGB value is (234,47,133). Sum of RGB (Red+Green+Blue) = 234+47+133=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2F85 is #15D07A. Grayscale: #707070. Windows color (decimal): -1429627 or 8728554. OLE color: 8728554.
HSL color Cylindrical-coordinate representation of color #EA2F85: hue angle of 332.41º 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 #EA2F85 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 47 | 133 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.08 |
| HSL | 332.41º | 0.82% | 0.55% | - |
| HSV(B) | 332.41º | 0.8% | 0.92% | - |
| XYZ | 39.18 | 21.22 | 24.22 | - |
| YUV | 112.72 | 139.45 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 47 | 133 | 0 | 0.80 | 0.43 | 0.08 | 332.41 | 0.82 | 0.55 |
| Hex | EA | 2F | 85 | 0 | 50 | 2B | 8 | 14C | 52 | 37 |
| Octal | 352 | 57 | 205 | 0 | 120 | 53 | 10 | 514 | 122 | 67 |
| Binary | 11101010 | 101111 | 10000101 | 0 | 1010000 | 101011 | 1000 | 101001100 | 1010010 | 110111 |
Color Harmonies of #EA2F85
Complementary color
Monochromatic Colors of #EA2F85
Black with #EA2F85
Text Example
Text Example
White with #EA2F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2F85; }
p { color: rgb(234,47,133); }
H1.HeaderClassName
{
color: #EA2F85;
}
.AnyTagClassName
{
color: #EA2F85;
}
</style>
background-color css
<style>
a { background-color: #EA2F85; }
a { background-color: rgb(234,47,133); }
div.DivClassName
{
background-color: #EA2F85;
}
.BgClassName
{
background-color: #EA2F85;
}
</style>
border-color css
<style>
span { border-color: #EA2F85; }
span { border-color: rgb(234,47,133); }
td.TdClassName
{
border-color: #EA2F85;
}
.TagClassName
{
border-color: #EA2F85;
}
</style>