Shades of Deep Cerise #E62B85
Tints of Deep Cerise #E62B85
RGB
CMYK
RGB Variations
Color information
#E62B85 (or 0xE62B85) is known color: Deep Cerise. HEX triplet: E6, 2B and 85. RGB value is (230,43,133). Sum of RGB (Red+Green+Blue) = 230+43+133=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E62B85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62B85 is #19D47A. Grayscale: #6D6D6D. Windows color (decimal): -1692795 or 8727526. OLE color: 8727526.
HSL color Cylindrical-coordinate representation of color #E62B85: hue angle of 331.12º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62B85 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 43 | 133 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.10 |
| HSL | 331.12º | 0.79% | 0.54% | - |
| HSV(B) | 331.12º | 0.81% | 0.9% | - |
| XYZ | 37.73 | 20.24 | 24.11 | - |
| YUV | 109.17 | 141.45 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 43 | 133 | 0 | 0.81 | 0.42 | 0.10 | 331.12 | 0.79 | 0.54 |
| Hex | E6 | 2B | 85 | 0 | 51 | 2A | A | 14B | 4F | 36 |
| Octal | 346 | 53 | 205 | 0 | 121 | 52 | 12 | 513 | 117 | 66 |
| Binary | 11100110 | 101011 | 10000101 | 0 | 1010001 | 101010 | 1010 | 101001011 | 1001111 | 110110 |
Color Harmonies of #E62B85
Complementary color
Monochromatic Colors of #E62B85
Black with #E62B85
Text Example
Text Example
White with #E62B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62B85; }
p { color: rgb(230,43,133); }
H1.HeaderClassName
{
color: #E62B85;
}
.AnyTagClassName
{
color: #E62B85;
}
</style>
background-color css
<style>
a { background-color: #E62B85; }
a { background-color: rgb(230,43,133); }
div.DivClassName
{
background-color: #E62B85;
}
.BgClassName
{
background-color: #E62B85;
}
</style>
border-color css
<style>
span { border-color: #E62B85; }
span { border-color: rgb(230,43,133); }
td.TdClassName
{
border-color: #E62B85;
}
.TagClassName
{
border-color: #E62B85;
}
</style>