Shades of Cerise #E63A5C
Tints of Cerise #E63A5C
RGB
CMYK
RGB Variations
Color information
#E63A5C (or 0xE63A5C) is known color: Cerise. HEX triplet: E6, 3A and 5C. RGB value is (230,58,92). Sum of RGB (Red+Green+Blue) = 230+58+92=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63A5C is #19C5A3. Grayscale: #717171. Windows color (decimal): -1688996 or 6044390. OLE color: 6044390.
HSL color Cylindrical-coordinate representation of color #E63A5C: hue angle of 348.14º 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 #E63A5C is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 92 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.10 |
| HSL | 348.14º | 0.77% | 0.56% | - |
| HSV(B) | 348.14º | 0.75% | 0.9% | - |
| XYZ | 36.08 | 20.62 | 12.2 | - |
| YUV | 113.3 | 115.98 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 92 | 0 | 0.75 | 0.60 | 0.10 | 348.14 | 0.77 | 0.56 |
| Hex | E6 | 3A | 5C | 0 | 4B | 3C | A | 15C | 4D | 38 |
| Octal | 346 | 72 | 134 | 0 | 113 | 74 | 12 | 534 | 115 | 70 |
| Binary | 11100110 | 111010 | 1011100 | 0 | 1001011 | 111100 | 1010 | 101011100 | 1001101 | 111000 |
Color Harmonies of #E63A5C
Complementary color
Monochromatic Colors of #E63A5C
Black with #E63A5C
Text Example
Text Example
White with #E63A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63A5C; }
p { color: rgb(230,58,92); }
H1.HeaderClassName
{
color: #E63A5C;
}
.AnyTagClassName
{
color: #E63A5C;
}
</style>
background-color css
<style>
a { background-color: #E63A5C; }
a { background-color: rgb(230,58,92); }
div.DivClassName
{
background-color: #E63A5C;
}
.BgClassName
{
background-color: #E63A5C;
}
</style>
border-color css
<style>
span { border-color: #E63A5C; }
span { border-color: rgb(230,58,92); }
td.TdClassName
{
border-color: #E63A5C;
}
.TagClassName
{
border-color: #E63A5C;
}
</style>