Shades of Cerise #E1306C
Tints of Cerise #E1306C
RGB
CMYK
RGB Variations
Color information
#E1306C (or 0xE1306C) is known color: Cerise. HEX triplet: E1, 30 and 6C. RGB value is (225,48,108). Sum of RGB (Red+Green+Blue) = 225+48+108=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1306C is #1ECF93. Grayscale: #6B6B6B. Windows color (decimal): -2019220 or 7090401. OLE color: 7090401.
HSL color Cylindrical-coordinate representation of color #E1306C: hue angle of 339.66º 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 #E1306C is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 108 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.12 |
| HSL | 339.66º | 0.75% | 0.54% | - |
| HSV(B) | 339.66º | 0.79% | 0.88% | - |
| XYZ | 34.82 | 19.2 | 16.06 | - |
| YUV | 107.76 | 128.14 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 108 | 0 | 0.79 | 0.52 | 0.12 | 339.66 | 0.75 | 0.54 |
| Hex | E1 | 30 | 6C | 0 | 4F | 34 | C | 154 | 4B | 36 |
| Octal | 341 | 60 | 154 | 0 | 117 | 64 | 14 | 524 | 113 | 66 |
| Binary | 11100001 | 110000 | 1101100 | 0 | 1001111 | 110100 | 1100 | 101010100 | 1001011 | 110110 |
Color Harmonies of #E1306C
Complementary color
Monochromatic Colors of #E1306C
Black with #E1306C
Text Example
Text Example
White with #E1306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1306C; }
p { color: rgb(225,48,108); }
H1.HeaderClassName
{
color: #E1306C;
}
.AnyTagClassName
{
color: #E1306C;
}
</style>
background-color css
<style>
a { background-color: #E1306C; }
a { background-color: rgb(225,48,108); }
div.DivClassName
{
background-color: #E1306C;
}
.BgClassName
{
background-color: #E1306C;
}
</style>
border-color css
<style>
span { border-color: #E1306C; }
span { border-color: rgb(225,48,108); }
td.TdClassName
{
border-color: #E1306C;
}
.TagClassName
{
border-color: #E1306C;
}
</style>