Shades of Cerise #E1365C
Tints of Cerise #E1365C
RGB
CMYK
RGB Variations
Color information
#E1365C (or 0xE1365C) is known color: Cerise. HEX triplet: E1, 36 and 5C. RGB value is (225,54,92). Sum of RGB (Red+Green+Blue) = 225+54+92=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1365C is #1EC9A3. Grayscale: #6D6D6D. Windows color (decimal): -2017700 or 6043361. OLE color: 6043361.
HSL color Cylindrical-coordinate representation of color #E1365C: hue angle of 346.67º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1365C is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 92 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.12 |
| HSL | 346.67º | 0.74% | 0.55% | - |
| HSV(B) | 346.67º | 0.76% | 0.88% | - |
| XYZ | 34.3 | 19.42 | 12.07 | - |
| YUV | 109.46 | 118.15 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 92 | 0 | 0.76 | 0.59 | 0.12 | 346.67 | 0.74 | 0.55 |
| Hex | E1 | 36 | 5C | 0 | 4C | 3B | C | 15B | 4A | 37 |
| Octal | 341 | 66 | 134 | 0 | 114 | 73 | 14 | 533 | 112 | 67 |
| Binary | 11100001 | 110110 | 1011100 | 0 | 1001100 | 111011 | 1100 | 101011011 | 1001010 | 110111 |
Color Harmonies of #E1365C
Complementary color
Monochromatic Colors of #E1365C
Black with #E1365C
Text Example
Text Example
White with #E1365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1365C; }
p { color: rgb(225,54,92); }
H1.HeaderClassName
{
color: #E1365C;
}
.AnyTagClassName
{
color: #E1365C;
}
</style>
background-color css
<style>
a { background-color: #E1365C; }
a { background-color: rgb(225,54,92); }
div.DivClassName
{
background-color: #E1365C;
}
.BgClassName
{
background-color: #E1365C;
}
</style>
border-color css
<style>
span { border-color: #E1365C; }
span { border-color: rgb(225,54,92); }
td.TdClassName
{
border-color: #E1365C;
}
.TagClassName
{
border-color: #E1365C;
}
</style>