Shades of Deep Cerise #E6207F
Tints of Deep Cerise #E6207F
RGB
CMYK
RGB Variations
Color information
#E6207F (or 0xE6207F) is known color: Deep Cerise. HEX triplet: E6, 20 and 7F. RGB value is (230,32,127). Sum of RGB (Red+Green+Blue) = 230+32+127=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6207F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6207F is #19DF80. Grayscale: #656565. Windows color (decimal): -1695617 or 8331494. OLE color: 8331494.
HSL color Cylindrical-coordinate representation of color #E6207F: hue angle of 331.21º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6207F is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 127 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.10 |
| HSL | 331.21º | 0.8% | 0.51% | - |
| HSV(B) | 331.21º | 0.86% | 0.9% | - |
| XYZ | 36.98 | 19.39 | 21.87 | - |
| YUV | 102.03 | 142.1 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 127 | 0 | 0.86 | 0.45 | 0.10 | 331.21 | 0.8 | 0.51 |
| Hex | E6 | 20 | 7F | 0 | 56 | 2D | A | 14B | 50 | 33 |
| Octal | 346 | 40 | 177 | 0 | 126 | 55 | 12 | 513 | 120 | 63 |
| Binary | 11100110 | 100000 | 1111111 | 0 | 1010110 | 101101 | 1010 | 101001011 | 1010000 | 110011 |
Color Harmonies of #E6207F
Complementary color
Monochromatic Colors of #E6207F
Black with #E6207F
Text Example
Text Example
White with #E6207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6207F; }
p { color: rgb(230,32,127); }
H1.HeaderClassName
{
color: #E6207F;
}
.AnyTagClassName
{
color: #E6207F;
}
</style>
background-color css
<style>
a { background-color: #E6207F; }
a { background-color: rgb(230,32,127); }
div.DivClassName
{
background-color: #E6207F;
}
.BgClassName
{
background-color: #E6207F;
}
</style>
border-color css
<style>
span { border-color: #E6207F; }
span { border-color: rgb(230,32,127); }
td.TdClassName
{
border-color: #E6207F;
}
.TagClassName
{
border-color: #E6207F;
}
</style>