Shades of Cerise #E3385A
Tints of Cerise #E3385A
RGB
CMYK
RGB Variations
Color information
#E3385A (or 0xE3385A) is known color: Cerise. HEX triplet: E3, 38 and 5A. RGB value is (227,56,90). Sum of RGB (Red+Green+Blue) = 227+56+90=373 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.86% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 227 - color contains mainly: red. Hex color #E3385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3385A is #1CC7A5. Grayscale: #6F6F6F. Windows color (decimal): -1886118 or 5912803. OLE color: 5912803.
HSL color Cylindrical-coordinate representation of color #E3385A: hue angle of 348.07º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E3385A is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 56 | 90 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.11 |
| HSL | 348.07º | 0.75% | 0.55% | - |
| HSV(B) | 348.07º | 0.75% | 0.89% | - |
| XYZ | 34.94 | 19.9 | 11.67 | - |
| YUV | 111.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 56 | 90 | 0 | 0.75 | 0.60 | 0.11 | 348.07 | 0.75 | 0.55 |
| Hex | E3 | 38 | 5A | 0 | 4B | 3C | B | 15C | 4B | 37 |
| Octal | 343 | 70 | 132 | 0 | 113 | 74 | 13 | 534 | 113 | 67 |
| Binary | 11100011 | 111000 | 1011010 | 0 | 1001011 | 111100 | 1011 | 101011100 | 1001011 | 110111 |
Color Harmonies of #E3385A
Complementary color
Monochromatic Colors of #E3385A
Black with #E3385A
Text Example
Text Example
White with #E3385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3385A; }
p { color: rgb(227,56,90); }
H1.HeaderClassName
{
color: #E3385A;
}
.AnyTagClassName
{
color: #E3385A;
}
</style>
background-color css
<style>
a { background-color: #E3385A; }
a { background-color: rgb(227,56,90); }
div.DivClassName
{
background-color: #E3385A;
}
.BgClassName
{
background-color: #E3385A;
}
</style>
border-color css
<style>
span { border-color: #E3385A; }
span { border-color: rgb(227,56,90); }
td.TdClassName
{
border-color: #E3385A;
}
.TagClassName
{
border-color: #E3385A;
}
</style>