Shades of Cerise #E13067
Tints of Cerise #E13067
RGB
CMYK
RGB Variations
Color information
#E13067 (or 0xE13067) is known color: Cerise. HEX triplet: E1, 30 and 67. RGB value is (225,48,103). Sum of RGB (Red+Green+Blue) = 225+48+103=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E13067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13067 is #1ECF98. Grayscale: #6B6B6B. Windows color (decimal): -2019225 or 6762721. OLE color: 6762721.
HSL color Cylindrical-coordinate representation of color #E13067: hue angle of 341.36º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E13067 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 103 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.12 |
| HSL | 341.36º | 0.75% | 0.54% | - |
| HSV(B) | 341.36º | 0.79% | 0.88% | - |
| XYZ | 34.56 | 19.1 | 14.7 | - |
| YUV | 107.19 | 125.64 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 103 | 0 | 0.79 | 0.54 | 0.12 | 341.36 | 0.75 | 0.54 |
| Hex | E1 | 30 | 67 | 0 | 4F | 36 | C | 155 | 4B | 36 |
| Octal | 341 | 60 | 147 | 0 | 117 | 66 | 14 | 525 | 113 | 66 |
| Binary | 11100001 | 110000 | 1100111 | 0 | 1001111 | 110110 | 1100 | 101010101 | 1001011 | 110110 |
Color Harmonies of #E13067
Complementary color
Monochromatic Colors of #E13067
Black with #E13067
Text Example
Text Example
White with #E13067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13067; }
p { color: rgb(225,48,103); }
H1.HeaderClassName
{
color: #E13067;
}
.AnyTagClassName
{
color: #E13067;
}
</style>
background-color css
<style>
a { background-color: #E13067; }
a { background-color: rgb(225,48,103); }
div.DivClassName
{
background-color: #E13067;
}
.BgClassName
{
background-color: #E13067;
}
</style>
border-color css
<style>
span { border-color: #E13067; }
span { border-color: rgb(225,48,103); }
td.TdClassName
{
border-color: #E13067;
}
.TagClassName
{
border-color: #E13067;
}
</style>