Shades of Cerise #E63A5D
Tints of Cerise #E63A5D
RGB
CMYK
RGB Variations
Color information
#E63A5D (or 0xE63A5D) is known color: Cerise. HEX triplet: E6, 3A and 5D. RGB value is (230,58,93). Sum of RGB (Red+Green+Blue) = 230+58+93=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63A5D is #19C5A2. Grayscale: #717171. Windows color (decimal): -1688995 or 6109926. OLE color: 6109926.
HSL color Cylindrical-coordinate representation of color #E63A5D: hue angle of 347.79º 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 #E63A5D is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 93 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.10 |
| HSL | 347.79º | 0.77% | 0.56% | - |
| HSV(B) | 347.79º | 0.75% | 0.9% | - |
| XYZ | 36.12 | 20.64 | 12.44 | - |
| YUV | 113.42 | 116.48 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 93 | 0 | 0.75 | 0.60 | 0.10 | 347.79 | 0.77 | 0.56 |
| Hex | E6 | 3A | 5D | 0 | 4B | 3C | A | 15C | 4D | 38 |
| Octal | 346 | 72 | 135 | 0 | 113 | 74 | 12 | 534 | 115 | 70 |
| Binary | 11100110 | 111010 | 1011101 | 0 | 1001011 | 111100 | 1010 | 101011100 | 1001101 | 111000 |
Color Harmonies of #E63A5D
Complementary color
Monochromatic Colors of #E63A5D
Black with #E63A5D
Text Example
Text Example
White with #E63A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63A5D; }
p { color: rgb(230,58,93); }
H1.HeaderClassName
{
color: #E63A5D;
}
.AnyTagClassName
{
color: #E63A5D;
}
</style>
background-color css
<style>
a { background-color: #E63A5D; }
a { background-color: rgb(230,58,93); }
div.DivClassName
{
background-color: #E63A5D;
}
.BgClassName
{
background-color: #E63A5D;
}
</style>
border-color css
<style>
span { border-color: #E63A5D; }
span { border-color: rgb(230,58,93); }
td.TdClassName
{
border-color: #E63A5D;
}
.TagClassName
{
border-color: #E63A5D;
}
</style>