Shades of Deep Cerise #E6328F
Tints of Deep Cerise #E6328F
RGB
CMYK
RGB Variations
Color information
#E6328F (or 0xE6328F) is known color: Deep Cerise. HEX triplet: E6, 32 and 8F. RGB value is (230,50,143). Sum of RGB (Red+Green+Blue) = 230+50+143=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E6328F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6328F is #19CD70. Grayscale: #727272. Windows color (decimal): -1690993 or 9384678. OLE color: 9384678.
HSL color Cylindrical-coordinate representation of color #E6328F: hue angle of 329º 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 #E6328F is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 143 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.10 |
| HSL | 329º | 0.78% | 0.55% | - |
| HSV(B) | 329º | 0.78% | 0.9% | - |
| XYZ | 38.73 | 21.09 | 28.02 | - |
| YUV | 114.42 | 144.13 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 143 | 0 | 0.78 | 0.38 | 0.10 | 329 | 0.78 | 0.55 |
| Hex | E6 | 32 | 8F | 0 | 4E | 26 | A | 149 | 4E | 37 |
| Octal | 346 | 62 | 217 | 0 | 116 | 46 | 12 | 511 | 116 | 67 |
| Binary | 11100110 | 110010 | 10001111 | 0 | 1001110 | 100110 | 1010 | 101001001 | 1001110 | 110111 |
Color Harmonies of #E6328F
Complementary color
Monochromatic Colors of #E6328F
Black with #E6328F
Text Example
Text Example
White with #E6328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6328F; }
p { color: rgb(230,50,143); }
H1.HeaderClassName
{
color: #E6328F;
}
.AnyTagClassName
{
color: #E6328F;
}
</style>
background-color css
<style>
a { background-color: #E6328F; }
a { background-color: rgb(230,50,143); }
div.DivClassName
{
background-color: #E6328F;
}
.BgClassName
{
background-color: #E6328F;
}
</style>
border-color css
<style>
span { border-color: #E6328F; }
span { border-color: rgb(230,50,143); }
td.TdClassName
{
border-color: #E6328F;
}
.TagClassName
{
border-color: #E6328F;
}
</style>