Shades of Cerise #EA405F
Tints of Cerise #EA405F
RGB
CMYK
RGB Variations
Color information
#EA405F (or 0xEA405F) is known color: Cerise. HEX triplet: EA, 40 and 5F. RGB value is (234,64,95). Sum of RGB (Red+Green+Blue) = 234+64+95=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA405F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA405F is #15BFA0. Grayscale: #767676. Windows color (decimal): -1425313 or 6242538. OLE color: 6242538.
HSL color Cylindrical-coordinate representation of color #EA405F: hue angle of 349.06º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA405F is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 95 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.08 |
| HSL | 349.06º | 0.8% | 0.58% | - |
| HSV(B) | 349.06º | 0.73% | 0.92% | - |
| XYZ | 37.83 | 21.99 | 13.08 | - |
| YUV | 118.36 | 114.82 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 95 | 0 | 0.73 | 0.59 | 0.08 | 349.06 | 0.8 | 0.58 |
| Hex | EA | 40 | 5F | 0 | 49 | 3B | 8 | 15D | 50 | 3A |
| Octal | 352 | 100 | 137 | 0 | 111 | 73 | 10 | 535 | 120 | 72 |
| Binary | 11101010 | 1000000 | 1011111 | 0 | 1001001 | 111011 | 1000 | 101011101 | 1010000 | 111010 |
Color Harmonies of #EA405F
Complementary color
Monochromatic Colors of #EA405F
Black with #EA405F
Text Example
Text Example
White with #EA405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA405F; }
p { color: rgb(234,64,95); }
H1.HeaderClassName
{
color: #EA405F;
}
.AnyTagClassName
{
color: #EA405F;
}
</style>
background-color css
<style>
a { background-color: #EA405F; }
a { background-color: rgb(234,64,95); }
div.DivClassName
{
background-color: #EA405F;
}
.BgClassName
{
background-color: #EA405F;
}
</style>
border-color css
<style>
span { border-color: #EA405F; }
span { border-color: rgb(234,64,95); }
td.TdClassName
{
border-color: #EA405F;
}
.TagClassName
{
border-color: #EA405F;
}
</style>