Shades of Cerise #E13369
Tints of Cerise #E13369
RGB
CMYK
RGB Variations
Color information
#E13369 (or 0xE13369) is known color: Cerise. HEX triplet: E1, 33 and 69. RGB value is (225,51,105). Sum of RGB (Red+Green+Blue) = 225+51+105=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E13369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13369 is #1ECC96. Grayscale: #6D6D6D. Windows color (decimal): -2018455 or 6894561. OLE color: 6894561.
HSL color Cylindrical-coordinate representation of color #E13369: hue angle of 341.38º 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 #E13369 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 105 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.12 |
| HSL | 341.38º | 0.74% | 0.54% | - |
| HSV(B) | 341.38º | 0.77% | 0.88% | - |
| XYZ | 34.78 | 19.4 | 15.27 | - |
| YUV | 109.18 | 125.65 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 105 | 0 | 0.77 | 0.53 | 0.12 | 341.38 | 0.74 | 0.54 |
| Hex | E1 | 33 | 69 | 0 | 4D | 35 | C | 155 | 4A | 36 |
| Octal | 341 | 63 | 151 | 0 | 115 | 65 | 14 | 525 | 112 | 66 |
| Binary | 11100001 | 110011 | 1101001 | 0 | 1001101 | 110101 | 1100 | 101010101 | 1001010 | 110110 |
Color Harmonies of #E13369
Complementary color
Monochromatic Colors of #E13369
Black with #E13369
Text Example
Text Example
White with #E13369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13369; }
p { color: rgb(225,51,105); }
H1.HeaderClassName
{
color: #E13369;
}
.AnyTagClassName
{
color: #E13369;
}
</style>
background-color css
<style>
a { background-color: #E13369; }
a { background-color: rgb(225,51,105); }
div.DivClassName
{
background-color: #E13369;
}
.BgClassName
{
background-color: #E13369;
}
</style>
border-color css
<style>
span { border-color: #E13369; }
span { border-color: rgb(225,51,105); }
td.TdClassName
{
border-color: #E13369;
}
.TagClassName
{
border-color: #E13369;
}
</style>