Shades of Cerise #E63264
Tints of Cerise #E63264
RGB
CMYK
RGB Variations
Color information
#E63264 (or 0xE63264) is known color: Cerise. HEX triplet: E6, 32 and 64. RGB value is (230,50,100). Sum of RGB (Red+Green+Blue) = 230+50+100=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E63264 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63264 is #19CD9B. Grayscale: #6D6D6D. Windows color (decimal): -1691036 or 6566630. OLE color: 6566630.
HSL color Cylindrical-coordinate representation of color #E63264: hue angle of 343.33º 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 #E63264 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 100 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.10 |
| HSL | 343.33º | 0.78% | 0.55% | - |
| HSV(B) | 343.33º | 0.78% | 0.9% | - |
| XYZ | 36.07 | 20.02 | 14.02 | - |
| YUV | 109.52 | 122.63 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 100 | 0 | 0.78 | 0.57 | 0.10 | 343.33 | 0.78 | 0.55 |
| Hex | E6 | 32 | 64 | 0 | 4E | 39 | A | 157 | 4E | 37 |
| Octal | 346 | 62 | 144 | 0 | 116 | 71 | 12 | 527 | 116 | 67 |
| Binary | 11100110 | 110010 | 1100100 | 0 | 1001110 | 111001 | 1010 | 101010111 | 1001110 | 110111 |
Color Harmonies of #E63264
Complementary color
Monochromatic Colors of #E63264
Black with #E63264
Text Example
Text Example
White with #E63264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63264; }
p { color: rgb(230,50,100); }
H1.HeaderClassName
{
color: #E63264;
}
.AnyTagClassName
{
color: #E63264;
}
</style>
background-color css
<style>
a { background-color: #E63264; }
a { background-color: rgb(230,50,100); }
div.DivClassName
{
background-color: #E63264;
}
.BgClassName
{
background-color: #E63264;
}
</style>
border-color css
<style>
span { border-color: #E63264; }
span { border-color: rgb(230,50,100); }
td.TdClassName
{
border-color: #E63264;
}
.TagClassName
{
border-color: #E63264;
}
</style>