Shades of Deep Cerise #E6327B
Tints of Deep Cerise #E6327B
RGB
CMYK
RGB Variations
Color information
#E6327B (or 0xE6327B) is known color: Deep Cerise. HEX triplet: E6, 32 and 7B. RGB value is (230,50,123). Sum of RGB (Red+Green+Blue) = 230+50+123=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6327B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6327B is #19CD84. Grayscale: #707070. Windows color (decimal): -1691013 or 8073958. OLE color: 8073958.
HSL color Cylindrical-coordinate representation of color #E6327B: hue angle of 335.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 #E6327B is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 123 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.10 |
| HSL | 335.67º | 0.78% | 0.55% | - |
| HSV(B) | 335.67º | 0.78% | 0.9% | - |
| XYZ | 37.35 | 20.53 | 20.73 | - |
| YUV | 112.14 | 134.13 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 123 | 0 | 0.78 | 0.47 | 0.10 | 335.67 | 0.78 | 0.55 |
| Hex | E6 | 32 | 7B | 0 | 4E | 2F | A | 150 | 4E | 37 |
| Octal | 346 | 62 | 173 | 0 | 116 | 57 | 12 | 520 | 116 | 67 |
| Binary | 11100110 | 110010 | 1111011 | 0 | 1001110 | 101111 | 1010 | 101010000 | 1001110 | 110111 |
Color Harmonies of #E6327B
Complementary color
Monochromatic Colors of #E6327B
Black with #E6327B
Text Example
Text Example
White with #E6327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6327B; }
p { color: rgb(230,50,123); }
H1.HeaderClassName
{
color: #E6327B;
}
.AnyTagClassName
{
color: #E6327B;
}
</style>
background-color css
<style>
a { background-color: #E6327B; }
a { background-color: rgb(230,50,123); }
div.DivClassName
{
background-color: #E6327B;
}
.BgClassName
{
background-color: #E6327B;
}
</style>
border-color css
<style>
span { border-color: #E6327B; }
span { border-color: rgb(230,50,123); }
td.TdClassName
{
border-color: #E6327B;
}
.TagClassName
{
border-color: #E6327B;
}
</style>