Shades of Cerise #E0255F
Tints of Cerise #E0255F
RGB
CMYK
RGB Variations
Color information
#E0255F (or 0xE0255F) is known color: Cerise. HEX triplet: E0, 25 and 5F. RGB value is (224,37,95). Sum of RGB (Red+Green+Blue) = 224+37+95=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E0255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0255F is #1FDAA0. Grayscale: #636363. Windows color (decimal): -2087585 or 6235616. OLE color: 6235616.
HSL color Cylindrical-coordinate representation of color #E0255F: hue angle of 341.39º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0255F is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 95 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.12 |
| HSL | 341.39º | 0.75% | 0.51% | - |
| HSV(B) | 341.39º | 0.83% | 0.88% | - |
| XYZ | 33.47 | 18 | 12.54 | - |
| YUV | 99.53 | 125.45 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 95 | 0 | 0.83 | 0.58 | 0.12 | 341.39 | 0.75 | 0.51 |
| Hex | E0 | 25 | 5F | 0 | 53 | 3A | C | 155 | 4B | 33 |
| Octal | 340 | 45 | 137 | 0 | 123 | 72 | 14 | 525 | 113 | 63 |
| Binary | 11100000 | 100101 | 1011111 | 0 | 1010011 | 111010 | 1100 | 101010101 | 1001011 | 110011 |
Color Harmonies of #E0255F
Complementary color
Monochromatic Colors of #E0255F
Black with #E0255F
Text Example
Text Example
White with #E0255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0255F; }
p { color: rgb(224,37,95); }
H1.HeaderClassName
{
color: #E0255F;
}
.AnyTagClassName
{
color: #E0255F;
}
</style>
background-color css
<style>
a { background-color: #E0255F; }
a { background-color: rgb(224,37,95); }
div.DivClassName
{
background-color: #E0255F;
}
.BgClassName
{
background-color: #E0255F;
}
</style>
border-color css
<style>
span { border-color: #E0255F; }
span { border-color: rgb(224,37,95); }
td.TdClassName
{
border-color: #E0255F;
}
.TagClassName
{
border-color: #E0255F;
}
</style>