Shades of Cerise #EA2F5D
Tints of Cerise #EA2F5D
RGB
CMYK
RGB Variations
Color information
#EA2F5D (or 0xEA2F5D) is known color: Cerise. HEX triplet: EA, 2F and 5D. RGB value is (234,47,93). Sum of RGB (Red+Green+Blue) = 234+47+93=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2F5D is #15D0A2. Grayscale: #6C6C6C. Windows color (decimal): -1429667 or 6107114. OLE color: 6107114.
HSL color Cylindrical-coordinate representation of color #EA2F5D: hue angle of 345.24º 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 #EA2F5D is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 47 | 93 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.08 |
| HSL | 345.24º | 0.82% | 0.55% | - |
| HSV(B) | 345.24º | 0.8% | 0.92% | - |
| XYZ | 36.92 | 20.32 | 12.33 | - |
| YUV | 108.16 | 119.45 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 47 | 93 | 0 | 0.80 | 0.60 | 0.08 | 345.24 | 0.82 | 0.55 |
| Hex | EA | 2F | 5D | 0 | 50 | 3C | 8 | 159 | 52 | 37 |
| Octal | 352 | 57 | 135 | 0 | 120 | 74 | 10 | 531 | 122 | 67 |
| Binary | 11101010 | 101111 | 1011101 | 0 | 1010000 | 111100 | 1000 | 101011001 | 1010010 | 110111 |
Color Harmonies of #EA2F5D
Complementary color
Monochromatic Colors of #EA2F5D
Black with #EA2F5D
Text Example
Text Example
White with #EA2F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2F5D; }
p { color: rgb(234,47,93); }
H1.HeaderClassName
{
color: #EA2F5D;
}
.AnyTagClassName
{
color: #EA2F5D;
}
</style>
background-color css
<style>
a { background-color: #EA2F5D; }
a { background-color: rgb(234,47,93); }
div.DivClassName
{
background-color: #EA2F5D;
}
.BgClassName
{
background-color: #EA2F5D;
}
</style>
border-color css
<style>
span { border-color: #EA2F5D; }
span { border-color: rgb(234,47,93); }
td.TdClassName
{
border-color: #EA2F5D;
}
.TagClassName
{
border-color: #EA2F5D;
}
</style>