Shades of Cerise #E63260
Tints of Cerise #E63260
RGB
CMYK
RGB Variations
Color information
#E63260 (or 0xE63260) is known color: Cerise. HEX triplet: E6, 32 and 60. RGB value is (230,50,96). Sum of RGB (Red+Green+Blue) = 230+50+96=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E63260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63260 is #19CD9F. Grayscale: #6D6D6D. Windows color (decimal): -1691040 or 6304486. OLE color: 6304486.
HSL color Cylindrical-coordinate representation of color #E63260: hue angle of 344.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E63260 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 96 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.10 |
| HSL | 344.67º | 0.78% | 0.55% | - |
| HSV(B) | 344.67º | 0.78% | 0.9% | - |
| XYZ | 35.89 | 19.95 | 13.03 | - |
| YUV | 109.06 | 120.63 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 96 | 0 | 0.78 | 0.58 | 0.10 | 344.67 | 0.78 | 0.55 |
| Hex | E6 | 32 | 60 | 0 | 4E | 3A | A | 159 | 4E | 37 |
| Octal | 346 | 62 | 140 | 0 | 116 | 72 | 12 | 531 | 116 | 67 |
| Binary | 11100110 | 110010 | 1100000 | 0 | 1001110 | 111010 | 1010 | 101011001 | 1001110 | 110111 |
Color Harmonies of #E63260
Complementary color
Monochromatic Colors of #E63260
Black with #E63260
Text Example
Text Example
White with #E63260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63260; }
p { color: rgb(230,50,96); }
H1.HeaderClassName
{
color: #E63260;
}
.AnyTagClassName
{
color: #E63260;
}
</style>
background-color css
<style>
a { background-color: #E63260; }
a { background-color: rgb(230,50,96); }
div.DivClassName
{
background-color: #E63260;
}
.BgClassName
{
background-color: #E63260;
}
</style>
border-color css
<style>
span { border-color: #E63260; }
span { border-color: rgb(230,50,96); }
td.TdClassName
{
border-color: #E63260;
}
.TagClassName
{
border-color: #E63260;
}
</style>