Shades of Deep Cerise #E02C82
Tints of Deep Cerise #E02C82
RGB
CMYK
RGB Variations
Color information
#E02C82 (or 0xE02C82) is known color: Deep Cerise. HEX triplet: E0, 2C and 82. RGB value is (224,44,130). Sum of RGB (Red+Green+Blue) = 224+44+130=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02C82 is #1FD37D. Grayscale: #6B6B6B. Windows color (decimal): -2085758 or 8531168. OLE color: 8531168.
HSL color Cylindrical-coordinate representation of color #E02C82: hue angle of 331.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02C82 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 130 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.12 |
| HSL | 331.33º | 0.74% | 0.53% | - |
| HSV(B) | 331.33º | 0.8% | 0.88% | - |
| XYZ | 35.67 | 19.26 | 22.96 | - |
| YUV | 107.62 | 140.63 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 130 | 0 | 0.80 | 0.42 | 0.12 | 331.33 | 0.74 | 0.53 |
| Hex | E0 | 2C | 82 | 0 | 50 | 2A | C | 14B | 4A | 35 |
| Octal | 340 | 54 | 202 | 0 | 120 | 52 | 14 | 513 | 112 | 65 |
| Binary | 11100000 | 101100 | 10000010 | 0 | 1010000 | 101010 | 1100 | 101001011 | 1001010 | 110101 |
Color Harmonies of #E02C82
Complementary color
Monochromatic Colors of #E02C82
Black with #E02C82
Text Example
Text Example
White with #E02C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C82; }
p { color: rgb(224,44,130); }
H1.HeaderClassName
{
color: #E02C82;
}
.AnyTagClassName
{
color: #E02C82;
}
</style>
background-color css
<style>
a { background-color: #E02C82; }
a { background-color: rgb(224,44,130); }
div.DivClassName
{
background-color: #E02C82;
}
.BgClassName
{
background-color: #E02C82;
}
</style>
border-color css
<style>
span { border-color: #E02C82; }
span { border-color: rgb(224,44,130); }
td.TdClassName
{
border-color: #E02C82;
}
.TagClassName
{
border-color: #E02C82;
}
</style>