Shades of Cerise #E5305C
Tints of Cerise #E5305C
RGB
CMYK
RGB Variations
Color information
#E5305C (or 0xE5305C) is known color: Cerise. HEX triplet: E5, 30 and 5C. RGB value is (229,48,92). Sum of RGB (Red+Green+Blue) = 229+48+92=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E5305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5305C is #1ACFA3. Grayscale: #6B6B6B. Windows color (decimal): -1757092 or 6041829. OLE color: 6041829.
HSL color Cylindrical-coordinate representation of color #E5305C: hue angle of 345.41º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5305C is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 92 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.10 |
| HSL | 345.41º | 0.78% | 0.54% | - |
| HSV(B) | 345.41º | 0.79% | 0.9% | - |
| XYZ | 35.3 | 19.54 | 12.04 | - |
| YUV | 107.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 92 | 0 | 0.79 | 0.60 | 0.10 | 345.41 | 0.78 | 0.54 |
| Hex | E5 | 30 | 5C | 0 | 4F | 3C | A | 159 | 4E | 36 |
| Octal | 345 | 60 | 134 | 0 | 117 | 74 | 12 | 531 | 116 | 66 |
| Binary | 11100101 | 110000 | 1011100 | 0 | 1001111 | 111100 | 1010 | 101011001 | 1001110 | 110110 |
Color Harmonies of #E5305C
Complementary color
Monochromatic Colors of #E5305C
Black with #E5305C
Text Example
Text Example
White with #E5305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5305C; }
p { color: rgb(229,48,92); }
H1.HeaderClassName
{
color: #E5305C;
}
.AnyTagClassName
{
color: #E5305C;
}
</style>
background-color css
<style>
a { background-color: #E5305C; }
a { background-color: rgb(229,48,92); }
div.DivClassName
{
background-color: #E5305C;
}
.BgClassName
{
background-color: #E5305C;
}
</style>
border-color css
<style>
span { border-color: #E5305C; }
span { border-color: rgb(229,48,92); }
td.TdClassName
{
border-color: #E5305C;
}
.TagClassName
{
border-color: #E5305C;
}
</style>