Shades of Deep Cerise #E03B85
Tints of Deep Cerise #E03B85
RGB
CMYK
RGB Variations
Color information
#E03B85 (or 0xE03B85) is known color: Deep Cerise. HEX triplet: E0, 3B and 85. RGB value is (224,59,133). Sum of RGB (Red+Green+Blue) = 224+59+133=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03B85 is #1FC47A. Grayscale: #747474. Windows color (decimal): -2081915 or 8731616. OLE color: 8731616.
HSL color Cylindrical-coordinate representation of color #E03B85: hue angle of 333.09º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03B85 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 133 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.12 |
| HSL | 333.09º | 0.73% | 0.55% | - |
| HSV(B) | 333.09º | 0.74% | 0.88% | - |
| XYZ | 36.54 | 20.67 | 24.25 | - |
| YUV | 116.77 | 137.16 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 133 | 0 | 0.74 | 0.41 | 0.12 | 333.09 | 0.73 | 0.55 |
| Hex | E0 | 3B | 85 | 0 | 4A | 29 | C | 14D | 49 | 37 |
| Octal | 340 | 73 | 205 | 0 | 112 | 51 | 14 | 515 | 111 | 67 |
| Binary | 11100000 | 111011 | 10000101 | 0 | 1001010 | 101001 | 1100 | 101001101 | 1001001 | 110111 |
Color Harmonies of #E03B85
Complementary color
Monochromatic Colors of #E03B85
Black with #E03B85
Text Example
Text Example
White with #E03B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03B85; }
p { color: rgb(224,59,133); }
H1.HeaderClassName
{
color: #E03B85;
}
.AnyTagClassName
{
color: #E03B85;
}
</style>
background-color css
<style>
a { background-color: #E03B85; }
a { background-color: rgb(224,59,133); }
div.DivClassName
{
background-color: #E03B85;
}
.BgClassName
{
background-color: #E03B85;
}
</style>
border-color css
<style>
span { border-color: #E03B85; }
span { border-color: rgb(224,59,133); }
td.TdClassName
{
border-color: #E03B85;
}
.TagClassName
{
border-color: #E03B85;
}
</style>