Shades of Cerise #E02B6A
Tints of Cerise #E02B6A
RGB
CMYK
RGB Variations
Color information
#E02B6A (or 0xE02B6A) is known color: Cerise. HEX triplet: E0, 2B and 6A. RGB value is (224,43,106). Sum of RGB (Red+Green+Blue) = 224+43+106=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02B6A is #1FD495. Grayscale: #686868. Windows color (decimal): -2086038 or 6958048. OLE color: 6958048.
HSL color Cylindrical-coordinate representation of color #E02B6A: hue angle of 339.12º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02B6A is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 43 | 106 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.12 |
| HSL | 339.12º | 0.74% | 0.52% | - |
| HSV(B) | 339.12º | 0.81% | 0.88% | - |
| XYZ | 34.21 | 18.62 | 15.43 | - |
| YUV | 104.3 | 128.97 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 106 | 0 | 0.81 | 0.53 | 0.12 | 339.12 | 0.74 | 0.52 |
| Hex | E0 | 2B | 6A | 0 | 51 | 35 | C | 153 | 4A | 34 |
| Octal | 340 | 53 | 152 | 0 | 121 | 65 | 14 | 523 | 112 | 64 |
| Binary | 11100000 | 101011 | 1101010 | 0 | 1010001 | 110101 | 1100 | 101010011 | 1001010 | 110100 |
Color Harmonies of #E02B6A
Complementary color
Monochromatic Colors of #E02B6A
Black with #E02B6A
Text Example
Text Example
White with #E02B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02B6A; }
p { color: rgb(224,43,106); }
H1.HeaderClassName
{
color: #E02B6A;
}
.AnyTagClassName
{
color: #E02B6A;
}
</style>
background-color css
<style>
a { background-color: #E02B6A; }
a { background-color: rgb(224,43,106); }
div.DivClassName
{
background-color: #E02B6A;
}
.BgClassName
{
background-color: #E02B6A;
}
</style>
border-color css
<style>
span { border-color: #E02B6A; }
span { border-color: rgb(224,43,106); }
td.TdClassName
{
border-color: #E02B6A;
}
.TagClassName
{
border-color: #E02B6A;
}
</style>