Shades of Cerise #EA2D75
Tints of Cerise #EA2D75
RGB
CMYK
RGB Variations
Color information
#EA2D75 (or 0xEA2D75) is known color: Cerise. HEX triplet: EA, 2D and 75. RGB value is (234,45,117). Sum of RGB (Red+Green+Blue) = 234+45+117=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2D75 is #15D28A. Grayscale: #6D6D6D. Windows color (decimal): -1430155 or 7679466. OLE color: 7679466.
HSL color Cylindrical-coordinate representation of color #EA2D75: hue angle of 337.14º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2D75 is Cyan = 0, Magento = 0.81, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 117 | - |
| CMYK | 0 | 0.81 | 0.5 | 0.08 |
| HSL | 337.14º | 0.82% | 0.55% | - |
| HSV(B) | 337.14º | 0.81% | 0.92% | - |
| XYZ | 38.08 | 20.65 | 18.81 | - |
| YUV | 109.72 | 132.12 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 117 | 0 | 0.81 | 0.5 | 0.08 | 337.14 | 0.82 | 0.55 |
| Hex | EA | 2D | 75 | 0 | 51 | 32 | 8 | 151 | 52 | 37 |
| Octal | 352 | 55 | 165 | 0 | 121 | 62 | 10 | 521 | 122 | 67 |
| Binary | 11101010 | 101101 | 1110101 | 0 | 1010001 | 110010 | 1000 | 101010001 | 1010010 | 110111 |
Color Harmonies of #EA2D75
Complementary color
Monochromatic Colors of #EA2D75
Black with #EA2D75
Text Example
Text Example
White with #EA2D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D75; }
p { color: rgb(234,45,117); }
H1.HeaderClassName
{
color: #EA2D75;
}
.AnyTagClassName
{
color: #EA2D75;
}
</style>
background-color css
<style>
a { background-color: #EA2D75; }
a { background-color: rgb(234,45,117); }
div.DivClassName
{
background-color: #EA2D75;
}
.BgClassName
{
background-color: #EA2D75;
}
</style>
border-color css
<style>
span { border-color: #EA2D75; }
span { border-color: rgb(234,45,117); }
td.TdClassName
{
border-color: #EA2D75;
}
.TagClassName
{
border-color: #EA2D75;
}
</style>