Shades of Deep Cerise #E6328B
Tints of Deep Cerise #E6328B
RGB
CMYK
RGB Variations
Color information
#E6328B (or 0xE6328B) is known color: Deep Cerise. HEX triplet: E6, 32 and 8B. RGB value is (230,50,139). Sum of RGB (Red+Green+Blue) = 230+50+139=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E6328B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6328B is #19CD74. Grayscale: #717171. Windows color (decimal): -1690997 or 9122534. OLE color: 9122534.
HSL color Cylindrical-coordinate representation of color #E6328B: hue angle of 330.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 #E6328B is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 139 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.10 |
| HSL | 330.33º | 0.78% | 0.55% | - |
| HSV(B) | 330.33º | 0.78% | 0.9% | - |
| XYZ | 38.43 | 20.97 | 26.45 | - |
| YUV | 113.97 | 142.13 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 139 | 0 | 0.78 | 0.40 | 0.10 | 330.33 | 0.78 | 0.55 |
| Hex | E6 | 32 | 8B | 0 | 4E | 28 | A | 14A | 4E | 37 |
| Octal | 346 | 62 | 213 | 0 | 116 | 50 | 12 | 512 | 116 | 67 |
| Binary | 11100110 | 110010 | 10001011 | 0 | 1001110 | 101000 | 1010 | 101001010 | 1001110 | 110111 |
Color Harmonies of #E6328B
Complementary color
Monochromatic Colors of #E6328B
Black with #E6328B
Text Example
Text Example
White with #E6328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6328B; }
p { color: rgb(230,50,139); }
H1.HeaderClassName
{
color: #E6328B;
}
.AnyTagClassName
{
color: #E6328B;
}
</style>
background-color css
<style>
a { background-color: #E6328B; }
a { background-color: rgb(230,50,139); }
div.DivClassName
{
background-color: #E6328B;
}
.BgClassName
{
background-color: #E6328B;
}
</style>
border-color css
<style>
span { border-color: #E6328B; }
span { border-color: rgb(230,50,139); }
td.TdClassName
{
border-color: #E6328B;
}
.TagClassName
{
border-color: #E6328B;
}
</style>