Shades of Cerise #E0275E
Tints of Cerise #E0275E
RGB
CMYK
RGB Variations
Color information
#E0275E (or 0xE0275E) is known color: Cerise. HEX triplet: E0, 27 and 5E. RGB value is (224,39,94). Sum of RGB (Red+Green+Blue) = 224+39+94=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0275E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0275E is #1FD8A1. Grayscale: #646464. Windows color (decimal): -2087074 or 6170592. OLE color: 6170592.
HSL color Cylindrical-coordinate representation of color #E0275E: hue angle of 342.16º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0275E is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 94 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.12 |
| HSL | 342.16º | 0.75% | 0.52% | - |
| HSV(B) | 342.16º | 0.83% | 0.88% | - |
| XYZ | 33.49 | 18.11 | 12.32 | - |
| YUV | 100.59 | 124.29 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 94 | 0 | 0.83 | 0.58 | 0.12 | 342.16 | 0.75 | 0.52 |
| Hex | E0 | 27 | 5E | 0 | 53 | 3A | C | 156 | 4B | 34 |
| Octal | 340 | 47 | 136 | 0 | 123 | 72 | 14 | 526 | 113 | 64 |
| Binary | 11100000 | 100111 | 1011110 | 0 | 1010011 | 111010 | 1100 | 101010110 | 1001011 | 110100 |
Color Harmonies of #E0275E
Complementary color
Monochromatic Colors of #E0275E
Black with #E0275E
Text Example
Text Example
White with #E0275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0275E; }
p { color: rgb(224,39,94); }
H1.HeaderClassName
{
color: #E0275E;
}
.AnyTagClassName
{
color: #E0275E;
}
</style>
background-color css
<style>
a { background-color: #E0275E; }
a { background-color: rgb(224,39,94); }
div.DivClassName
{
background-color: #E0275E;
}
.BgClassName
{
background-color: #E0275E;
}
</style>
border-color css
<style>
span { border-color: #E0275E; }
span { border-color: rgb(224,39,94); }
td.TdClassName
{
border-color: #E0275E;
}
.TagClassName
{
border-color: #E0275E;
}
</style>