Shades of Deep Cerise #E62680
Tints of Deep Cerise #E62680
RGB
CMYK
RGB Variations
Color information
#E62680 (or 0xE62680) is known color: Deep Cerise. HEX triplet: E6, 26 and 80. RGB value is (230,38,128). Sum of RGB (Red+Green+Blue) = 230+38+128=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E62680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62680 is #19D97F. Grayscale: #696969. Windows color (decimal): -1694080 or 8398566. OLE color: 8398566.
HSL color Cylindrical-coordinate representation of color #E62680: hue angle of 331.88º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62680 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 128 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.10 |
| HSL | 331.88º | 0.79% | 0.53% | - |
| HSV(B) | 331.88º | 0.83% | 0.9% | - |
| XYZ | 37.22 | 19.77 | 22.28 | - |
| YUV | 105.67 | 140.61 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 128 | 0 | 0.83 | 0.44 | 0.10 | 331.88 | 0.79 | 0.53 |
| Hex | E6 | 26 | 80 | 0 | 53 | 2C | A | 14C | 4F | 35 |
| Octal | 346 | 46 | 200 | 0 | 123 | 54 | 12 | 514 | 117 | 65 |
| Binary | 11100110 | 100110 | 10000000 | 0 | 1010011 | 101100 | 1010 | 101001100 | 1001111 | 110101 |
Color Harmonies of #E62680
Complementary color
Monochromatic Colors of #E62680
Black with #E62680
Text Example
Text Example
White with #E62680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62680; }
p { color: rgb(230,38,128); }
H1.HeaderClassName
{
color: #E62680;
}
.AnyTagClassName
{
color: #E62680;
}
</style>
background-color css
<style>
a { background-color: #E62680; }
a { background-color: rgb(230,38,128); }
div.DivClassName
{
background-color: #E62680;
}
.BgClassName
{
background-color: #E62680;
}
</style>
border-color css
<style>
span { border-color: #E62680; }
span { border-color: rgb(230,38,128); }
td.TdClassName
{
border-color: #E62680;
}
.TagClassName
{
border-color: #E62680;
}
</style>