Shades of Deep Cerise #E62F81
Tints of Deep Cerise #E62F81
RGB
CMYK
RGB Variations
Color information
#E62F81 (or 0xE62F81) is known color: Deep Cerise. HEX triplet: E6, 2F and 81. RGB value is (230,47,129). Sum of RGB (Red+Green+Blue) = 230+47+129=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E62F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62F81 is #19D07E. Grayscale: #6E6E6E. Windows color (decimal): -1691775 or 8466406. OLE color: 8466406.
HSL color Cylindrical-coordinate representation of color #E62F81: hue angle of 333.11º 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 #E62F81 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 47 | 129 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.10 |
| HSL | 333.11º | 0.79% | 0.54% | - |
| HSV(B) | 333.11º | 0.8% | 0.9% | - |
| XYZ | 37.61 | 20.44 | 22.73 | - |
| YUV | 111.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 47 | 129 | 0 | 0.80 | 0.44 | 0.10 | 333.11 | 0.79 | 0.54 |
| Hex | E6 | 2F | 81 | 0 | 50 | 2C | A | 14D | 4F | 36 |
| Octal | 346 | 57 | 201 | 0 | 120 | 54 | 12 | 515 | 117 | 66 |
| Binary | 11100110 | 101111 | 10000001 | 0 | 1010000 | 101100 | 1010 | 101001101 | 1001111 | 110110 |
Color Harmonies of #E62F81
Complementary color
Monochromatic Colors of #E62F81
Black with #E62F81
Text Example
Text Example
White with #E62F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62F81; }
p { color: rgb(230,47,129); }
H1.HeaderClassName
{
color: #E62F81;
}
.AnyTagClassName
{
color: #E62F81;
}
</style>
background-color css
<style>
a { background-color: #E62F81; }
a { background-color: rgb(230,47,129); }
div.DivClassName
{
background-color: #E62F81;
}
.BgClassName
{
background-color: #E62F81;
}
</style>
border-color css
<style>
span { border-color: #E62F81; }
span { border-color: rgb(230,47,129); }
td.TdClassName
{
border-color: #E62F81;
}
.TagClassName
{
border-color: #E62F81;
}
</style>