Shades of Cerise #E1335B
Tints of Cerise #E1335B
RGB
CMYK
RGB Variations
Color information
#E1335B (or 0xE1335B) is known color: Cerise. HEX triplet: E1, 33 and 5B. RGB value is (225,51,91). Sum of RGB (Red+Green+Blue) = 225+51+91=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1335B is #1ECCA4. Grayscale: #6B6B6B. Windows color (decimal): -2018469 or 5977057. OLE color: 5977057.
HSL color Cylindrical-coordinate representation of color #E1335B: hue angle of 346.21º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1335B is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 91 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.12 |
| HSL | 346.21º | 0.74% | 0.54% | - |
| HSV(B) | 346.21º | 0.77% | 0.88% | - |
| XYZ | 34.12 | 19.13 | 11.79 | - |
| YUV | 107.59 | 118.65 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 91 | 0 | 0.77 | 0.60 | 0.12 | 346.21 | 0.74 | 0.54 |
| Hex | E1 | 33 | 5B | 0 | 4D | 3C | C | 15A | 4A | 36 |
| Octal | 341 | 63 | 133 | 0 | 115 | 74 | 14 | 532 | 112 | 66 |
| Binary | 11100001 | 110011 | 1011011 | 0 | 1001101 | 111100 | 1100 | 101011010 | 1001010 | 110110 |
Color Harmonies of #E1335B
Complementary color
Monochromatic Colors of #E1335B
Black with #E1335B
Text Example
Text Example
White with #E1335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1335B; }
p { color: rgb(225,51,91); }
H1.HeaderClassName
{
color: #E1335B;
}
.AnyTagClassName
{
color: #E1335B;
}
</style>
background-color css
<style>
a { background-color: #E1335B; }
a { background-color: rgb(225,51,91); }
div.DivClassName
{
background-color: #E1335B;
}
.BgClassName
{
background-color: #E1335B;
}
</style>
border-color css
<style>
span { border-color: #E1335B; }
span { border-color: rgb(225,51,91); }
td.TdClassName
{
border-color: #E1335B;
}
.TagClassName
{
border-color: #E1335B;
}
</style>