Shades of Cerise #E63262
Tints of Cerise #E63262
RGB
CMYK
RGB Variations
Color information
#E63262 (or 0xE63262) is known color: Cerise. HEX triplet: E6, 32 and 62. RGB value is (230,50,98). Sum of RGB (Red+Green+Blue) = 230+50+98=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E63262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63262 is #19CD9D. Grayscale: #6D6D6D. Windows color (decimal): -1691038 or 6435558. OLE color: 6435558.
HSL color Cylindrical-coordinate representation of color #E63262: hue angle of 344º 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 #E63262 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 98 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.10 |
| HSL | 344º | 0.78% | 0.55% | - |
| HSV(B) | 344º | 0.78% | 0.9% | - |
| XYZ | 35.98 | 19.99 | 13.52 | - |
| YUV | 109.29 | 121.63 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 98 | 0 | 0.78 | 0.57 | 0.10 | 344 | 0.78 | 0.55 |
| Hex | E6 | 32 | 62 | 0 | 4E | 39 | A | 158 | 4E | 37 |
| Octal | 346 | 62 | 142 | 0 | 116 | 71 | 12 | 530 | 116 | 67 |
| Binary | 11100110 | 110010 | 1100010 | 0 | 1001110 | 111001 | 1010 | 101011000 | 1001110 | 110111 |
Color Harmonies of #E63262
Complementary color
Monochromatic Colors of #E63262
Black with #E63262
Text Example
Text Example
White with #E63262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63262; }
p { color: rgb(230,50,98); }
H1.HeaderClassName
{
color: #E63262;
}
.AnyTagClassName
{
color: #E63262;
}
</style>
background-color css
<style>
a { background-color: #E63262; }
a { background-color: rgb(230,50,98); }
div.DivClassName
{
background-color: #E63262;
}
.BgClassName
{
background-color: #E63262;
}
</style>
border-color css
<style>
span { border-color: #E63262; }
span { border-color: rgb(230,50,98); }
td.TdClassName
{
border-color: #E63262;
}
.TagClassName
{
border-color: #E63262;
}
</style>