Shades of Cerise #E62D6A
Tints of Cerise #E62D6A
RGB
CMYK
RGB Variations
Color information
#E62D6A (or 0xE62D6A) is known color: Cerise. HEX triplet: E6, 2D and 6A. RGB value is (230,45,106). Sum of RGB (Red+Green+Blue) = 230+45+106=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62D6A is #19D295. Grayscale: #6B6B6B. Windows color (decimal): -1692310 or 6958566. OLE color: 6958566.
HSL color Cylindrical-coordinate representation of color #E62D6A: hue angle of 340.22º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62D6A is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 106 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.10 |
| HSL | 340.22º | 0.79% | 0.54% | - |
| HSV(B) | 340.22º | 0.8% | 0.9% | - |
| XYZ | 36.17 | 19.74 | 15.54 | - |
| YUV | 107.27 | 127.29 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 106 | 0 | 0.80 | 0.54 | 0.10 | 340.22 | 0.79 | 0.54 |
| Hex | E6 | 2D | 6A | 0 | 50 | 36 | A | 154 | 4F | 36 |
| Octal | 346 | 55 | 152 | 0 | 120 | 66 | 12 | 524 | 117 | 66 |
| Binary | 11100110 | 101101 | 1101010 | 0 | 1010000 | 110110 | 1010 | 101010100 | 1001111 | 110110 |
Color Harmonies of #E62D6A
Complementary color
Monochromatic Colors of #E62D6A
Black with #E62D6A
Text Example
Text Example
White with #E62D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D6A; }
p { color: rgb(230,45,106); }
H1.HeaderClassName
{
color: #E62D6A;
}
.AnyTagClassName
{
color: #E62D6A;
}
</style>
background-color css
<style>
a { background-color: #E62D6A; }
a { background-color: rgb(230,45,106); }
div.DivClassName
{
background-color: #E62D6A;
}
.BgClassName
{
background-color: #E62D6A;
}
</style>
border-color css
<style>
span { border-color: #E62D6A; }
span { border-color: rgb(230,45,106); }
td.TdClassName
{
border-color: #E62D6A;
}
.TagClassName
{
border-color: #E62D6A;
}
</style>