Shades of Deep Cerise #E6328D
Tints of Deep Cerise #E6328D
RGB
CMYK
RGB Variations
Color information
#E6328D (or 0xE6328D) is known color: Deep Cerise. HEX triplet: E6, 32 and 8D. RGB value is (230,50,141). Sum of RGB (Red+Green+Blue) = 230+50+141=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6328D is #19CD72. Grayscale: #727272. Windows color (decimal): -1690995 or 9253606. OLE color: 9253606.
HSL color Cylindrical-coordinate representation of color #E6328D: hue angle of 329.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 #E6328D is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 141 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.10 |
| HSL | 329.67º | 0.78% | 0.55% | - |
| HSV(B) | 329.67º | 0.78% | 0.9% | - |
| XYZ | 38.58 | 21.03 | 27.22 | - |
| YUV | 114.19 | 143.13 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 141 | 0 | 0.78 | 0.39 | 0.10 | 329.67 | 0.78 | 0.55 |
| Hex | E6 | 32 | 8D | 0 | 4E | 27 | A | 14A | 4E | 37 |
| Octal | 346 | 62 | 215 | 0 | 116 | 47 | 12 | 512 | 116 | 67 |
| Binary | 11100110 | 110010 | 10001101 | 0 | 1001110 | 100111 | 1010 | 101001010 | 1001110 | 110111 |
Color Harmonies of #E6328D
Complementary color
Monochromatic Colors of #E6328D
Black with #E6328D
Text Example
Text Example
White with #E6328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6328D; }
p { color: rgb(230,50,141); }
H1.HeaderClassName
{
color: #E6328D;
}
.AnyTagClassName
{
color: #E6328D;
}
</style>
background-color css
<style>
a { background-color: #E6328D; }
a { background-color: rgb(230,50,141); }
div.DivClassName
{
background-color: #E6328D;
}
.BgClassName
{
background-color: #E6328D;
}
</style>
border-color css
<style>
span { border-color: #E6328D; }
span { border-color: rgb(230,50,141); }
td.TdClassName
{
border-color: #E6328D;
}
.TagClassName
{
border-color: #E6328D;
}
</style>