Shades of Deep Cerise #E62F93
Tints of Deep Cerise #E62F93
RGB
CMYK
RGB Variations
Color information
#E62F93 (or 0xE62F93) is known color: Deep Cerise. HEX triplet: E6, 2F and 93. RGB value is (230,47,147). Sum of RGB (Red+Green+Blue) = 230+47+147=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E62F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62F93 is #19D06C. Grayscale: #707070. Windows color (decimal): -1691757 or 9646054. OLE color: 9646054.
HSL color Cylindrical-coordinate representation of color #E62F93: hue angle of 327.21º 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 #E62F93 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 47 | 147 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.10 |
| HSL | 327.21º | 0.79% | 0.54% | - |
| HSV(B) | 327.21º | 0.8% | 0.9% | - |
| XYZ | 38.92 | 20.96 | 29.6 | - |
| YUV | 113.12 | 147.13 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 47 | 147 | 0 | 0.80 | 0.36 | 0.10 | 327.21 | 0.79 | 0.54 |
| Hex | E6 | 2F | 93 | 0 | 50 | 24 | A | 147 | 4F | 36 |
| Octal | 346 | 57 | 223 | 0 | 120 | 44 | 12 | 507 | 117 | 66 |
| Binary | 11100110 | 101111 | 10010011 | 0 | 1010000 | 100100 | 1010 | 101000111 | 1001111 | 110110 |
Color Harmonies of #E62F93
Complementary color
Monochromatic Colors of #E62F93
Black with #E62F93
Text Example
Text Example
White with #E62F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62F93; }
p { color: rgb(230,47,147); }
H1.HeaderClassName
{
color: #E62F93;
}
.AnyTagClassName
{
color: #E62F93;
}
</style>
background-color css
<style>
a { background-color: #E62F93; }
a { background-color: rgb(230,47,147); }
div.DivClassName
{
background-color: #E62F93;
}
.BgClassName
{
background-color: #E62F93;
}
</style>
border-color css
<style>
span { border-color: #E62F93; }
span { border-color: rgb(230,47,147); }
td.TdClassName
{
border-color: #E62F93;
}
.TagClassName
{
border-color: #E62F93;
}
</style>