Shades of Deep Cerise #E62595
Tints of Deep Cerise #E62595
RGB
CMYK
RGB Variations
Color information
#E62595 (or 0xE62595) is known color: Deep Cerise. HEX triplet: E6, 25 and 95. RGB value is (230,37,149). Sum of RGB (Red+Green+Blue) = 230+37+149=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E62595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62595 is #19DA6A. Grayscale: #6B6B6B. Windows color (decimal): -1694315 or 9774566. OLE color: 9774566.
HSL color Cylindrical-coordinate representation of color #E62595: hue angle of 325.18º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E62595 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 149 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.10 |
| HSL | 325.18º | 0.79% | 0.52% | - |
| HSV(B) | 325.18º | 0.84% | 0.9% | - |
| XYZ | 38.72 | 20.32 | 30.31 | - |
| YUV | 107.48 | 151.44 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 149 | 0 | 0.84 | 0.35 | 0.10 | 325.18 | 0.79 | 0.52 |
| Hex | E6 | 25 | 95 | 0 | 54 | 23 | A | 145 | 4F | 34 |
| Octal | 346 | 45 | 225 | 0 | 124 | 43 | 12 | 505 | 117 | 64 |
| Binary | 11100110 | 100101 | 10010101 | 0 | 1010100 | 100011 | 1010 | 101000101 | 1001111 | 110100 |
Color Harmonies of #E62595
Complementary color
Monochromatic Colors of #E62595
Black with #E62595
Text Example
Text Example
White with #E62595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62595; }
p { color: rgb(230,37,149); }
H1.HeaderClassName
{
color: #E62595;
}
.AnyTagClassName
{
color: #E62595;
}
</style>
background-color css
<style>
a { background-color: #E62595; }
a { background-color: rgb(230,37,149); }
div.DivClassName
{
background-color: #E62595;
}
.BgClassName
{
background-color: #E62595;
}
</style>
border-color css
<style>
span { border-color: #E62595; }
span { border-color: rgb(230,37,149); }
td.TdClassName
{
border-color: #E62595;
}
.TagClassName
{
border-color: #E62595;
}
</style>