Shades of Deep Cerise #E6329C
Tints of Deep Cerise #E6329C
RGB
CMYK
RGB Variations
Color information
#E6329C (or 0xE6329C) is known color: Deep Cerise. HEX triplet: E6, 32 and 9C. RGB value is (230,50,156). Sum of RGB (Red+Green+Blue) = 230+50+156=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6329C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6329C is #19CD63. Grayscale: #737373. Windows color (decimal): -1690980 or 10236646. OLE color: 10236646.
HSL color Cylindrical-coordinate representation of color #E6329C: hue angle of 324.67º 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 #E6329C is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 156 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.10 |
| HSL | 324.67º | 0.78% | 0.55% | - |
| HSV(B) | 324.67º | 0.78% | 0.9% | - |
| XYZ | 39.77 | 21.5 | 33.51 | - |
| YUV | 115.9 | 150.63 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 156 | 0 | 0.78 | 0.32 | 0.10 | 324.67 | 0.78 | 0.55 |
| Hex | E6 | 32 | 9C | 0 | 4E | 20 | A | 145 | 4E | 37 |
| Octal | 346 | 62 | 234 | 0 | 116 | 40 | 12 | 505 | 116 | 67 |
| Binary | 11100110 | 110010 | 10011100 | 0 | 1001110 | 100000 | 1010 | 101000101 | 1001110 | 110111 |
Color Harmonies of #E6329C
Complementary color
Monochromatic Colors of #E6329C
Black with #E6329C
Text Example
Text Example
White with #E6329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6329C; }
p { color: rgb(230,50,156); }
H1.HeaderClassName
{
color: #E6329C;
}
.AnyTagClassName
{
color: #E6329C;
}
</style>
background-color css
<style>
a { background-color: #E6329C; }
a { background-color: rgb(230,50,156); }
div.DivClassName
{
background-color: #E6329C;
}
.BgClassName
{
background-color: #E6329C;
}
</style>
border-color css
<style>
span { border-color: #E6329C; }
span { border-color: rgb(230,50,156); }
td.TdClassName
{
border-color: #E6329C;
}
.TagClassName
{
border-color: #E6329C;
}
</style>