Shades of Deep Cerise #E6327C
Tints of Deep Cerise #E6327C
RGB
CMYK
RGB Variations
Color information
#E6327C (or 0xE6327C) is known color: Deep Cerise. HEX triplet: E6, 32 and 7C. RGB value is (230,50,124). Sum of RGB (Red+Green+Blue) = 230+50+124=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E6327C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6327C is #19CD83. Grayscale: #707070. Windows color (decimal): -1691012 or 8139494. OLE color: 8139494.
HSL color Cylindrical-coordinate representation of color #E6327C: hue angle of 335.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6327C is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 124 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.10 |
| HSL | 335.33º | 0.78% | 0.55% | - |
| HSV(B) | 335.33º | 0.78% | 0.9% | - |
| XYZ | 37.41 | 20.56 | 21.07 | - |
| YUV | 112.26 | 134.63 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 124 | 0 | 0.78 | 0.46 | 0.10 | 335.33 | 0.78 | 0.55 |
| Hex | E6 | 32 | 7C | 0 | 4E | 2E | A | 14F | 4E | 37 |
| Octal | 346 | 62 | 174 | 0 | 116 | 56 | 12 | 517 | 116 | 67 |
| Binary | 11100110 | 110010 | 1111100 | 0 | 1001110 | 101110 | 1010 | 101001111 | 1001110 | 110111 |
Color Harmonies of #E6327C
Complementary color
Monochromatic Colors of #E6327C
Black with #E6327C
Text Example
Text Example
White with #E6327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6327C; }
p { color: rgb(230,50,124); }
H1.HeaderClassName
{
color: #E6327C;
}
.AnyTagClassName
{
color: #E6327C;
}
</style>
background-color css
<style>
a { background-color: #E6327C; }
a { background-color: rgb(230,50,124); }
div.DivClassName
{
background-color: #E6327C;
}
.BgClassName
{
background-color: #E6327C;
}
</style>
border-color css
<style>
span { border-color: #E6327C; }
span { border-color: rgb(230,50,124); }
td.TdClassName
{
border-color: #E6327C;
}
.TagClassName
{
border-color: #E6327C;
}
</style>