Shades of Cerise #E13B5B
Tints of Cerise #E13B5B
RGB
CMYK
RGB Variations
Color information
#E13B5B (or 0xE13B5B) is known color: Cerise. HEX triplet: E1, 3B and 5B. RGB value is (225,59,91). Sum of RGB (Red+Green+Blue) = 225+59+91=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13B5B is #1EC4A4. Grayscale: #707070. Windows color (decimal): -2016421 or 5979105. OLE color: 5979105.
HSL color Cylindrical-coordinate representation of color #E13B5B: hue angle of 348.43º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13B5B is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 59 | 91 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.12 |
| HSL | 348.43º | 0.73% | 0.56% | - |
| HSV(B) | 348.43º | 0.74% | 0.88% | - |
| XYZ | 34.5 | 19.89 | 11.92 | - |
| YUV | 112.28 | 116 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 59 | 91 | 0 | 0.74 | 0.60 | 0.12 | 348.43 | 0.73 | 0.56 |
| Hex | E1 | 3B | 5B | 0 | 4A | 3C | C | 15C | 49 | 38 |
| Octal | 341 | 73 | 133 | 0 | 112 | 74 | 14 | 534 | 111 | 70 |
| Binary | 11100001 | 111011 | 1011011 | 0 | 1001010 | 111100 | 1100 | 101011100 | 1001001 | 111000 |
Color Harmonies of #E13B5B
Complementary color
Monochromatic Colors of #E13B5B
Black with #E13B5B
Text Example
Text Example
White with #E13B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13B5B; }
p { color: rgb(225,59,91); }
H1.HeaderClassName
{
color: #E13B5B;
}
.AnyTagClassName
{
color: #E13B5B;
}
</style>
background-color css
<style>
a { background-color: #E13B5B; }
a { background-color: rgb(225,59,91); }
div.DivClassName
{
background-color: #E13B5B;
}
.BgClassName
{
background-color: #E13B5B;
}
</style>
border-color css
<style>
span { border-color: #E13B5B; }
span { border-color: rgb(225,59,91); }
td.TdClassName
{
border-color: #E13B5B;
}
.TagClassName
{
border-color: #E13B5B;
}
</style>