Shades of Cerise #E63A5F
Tints of Cerise #E63A5F
RGB
CMYK
RGB Variations
Color information
#E63A5F (or 0xE63A5F) is known color: Cerise. HEX triplet: E6, 3A and 5F. RGB value is (230,58,95). Sum of RGB (Red+Green+Blue) = 230+58+95=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63A5F is #19C5A0. Grayscale: #717171. Windows color (decimal): -1688993 or 6240998. OLE color: 6240998.
HSL color Cylindrical-coordinate representation of color #E63A5F: hue angle of 347.09º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63A5F is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 95 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.10 |
| HSL | 347.09º | 0.77% | 0.56% | - |
| HSV(B) | 347.09º | 0.75% | 0.9% | - |
| XYZ | 36.21 | 20.68 | 12.91 | - |
| YUV | 113.65 | 117.48 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 95 | 0 | 0.75 | 0.59 | 0.10 | 347.09 | 0.77 | 0.56 |
| Hex | E6 | 3A | 5F | 0 | 4B | 3B | A | 15B | 4D | 38 |
| Octal | 346 | 72 | 137 | 0 | 113 | 73 | 12 | 533 | 115 | 70 |
| Binary | 11100110 | 111010 | 1011111 | 0 | 1001011 | 111011 | 1010 | 101011011 | 1001101 | 111000 |
Color Harmonies of #E63A5F
Complementary color
Monochromatic Colors of #E63A5F
Black with #E63A5F
Text Example
Text Example
White with #E63A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63A5F; }
p { color: rgb(230,58,95); }
H1.HeaderClassName
{
color: #E63A5F;
}
.AnyTagClassName
{
color: #E63A5F;
}
</style>
background-color css
<style>
a { background-color: #E63A5F; }
a { background-color: rgb(230,58,95); }
div.DivClassName
{
background-color: #E63A5F;
}
.BgClassName
{
background-color: #E63A5F;
}
</style>
border-color css
<style>
span { border-color: #E63A5F; }
span { border-color: rgb(230,58,95); }
td.TdClassName
{
border-color: #E63A5F;
}
.TagClassName
{
border-color: #E63A5F;
}
</style>