Shades of Cerise #E2275B
Tints of Cerise #E2275B
RGB
CMYK
RGB Variations
Color information
#E2275B (or 0xE2275B) is known color: Cerise. HEX triplet: E2, 27 and 5B. RGB value is (226,39,91). Sum of RGB (Red+Green+Blue) = 226+39+91=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2275B is #1DD8A4. Grayscale: #646464. Windows color (decimal): -1956005 or 5973986. OLE color: 5973986.
HSL color Cylindrical-coordinate representation of color #E2275B: hue angle of 343.32º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2275B is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 91 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.11 |
| HSL | 343.32º | 0.76% | 0.52% | - |
| HSV(B) | 343.32º | 0.83% | 0.89% | - |
| XYZ | 33.98 | 18.38 | 11.65 | - |
| YUV | 100.84 | 122.45 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 91 | 0 | 0.83 | 0.60 | 0.11 | 343.32 | 0.76 | 0.52 |
| Hex | E2 | 27 | 5B | 0 | 53 | 3C | B | 157 | 4C | 34 |
| Octal | 342 | 47 | 133 | 0 | 123 | 74 | 13 | 527 | 114 | 64 |
| Binary | 11100010 | 100111 | 1011011 | 0 | 1010011 | 111100 | 1011 | 101010111 | 1001100 | 110100 |
Color Harmonies of #E2275B
Complementary color
Monochromatic Colors of #E2275B
Black with #E2275B
Text Example
Text Example
White with #E2275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2275B; }
p { color: rgb(226,39,91); }
H1.HeaderClassName
{
color: #E2275B;
}
.AnyTagClassName
{
color: #E2275B;
}
</style>
background-color css
<style>
a { background-color: #E2275B; }
a { background-color: rgb(226,39,91); }
div.DivClassName
{
background-color: #E2275B;
}
.BgClassName
{
background-color: #E2275B;
}
</style>
border-color css
<style>
span { border-color: #E2275B; }
span { border-color: rgb(226,39,91); }
td.TdClassName
{
border-color: #E2275B;
}
.TagClassName
{
border-color: #E2275B;
}
</style>