Shades of Deep Cerise #E6327A
Tints of Deep Cerise #E6327A
RGB
CMYK
RGB Variations
Color information
#E6327A (or 0xE6327A) is known color: Deep Cerise. HEX triplet: E6, 32 and 7A. RGB value is (230,50,122). Sum of RGB (Red+Green+Blue) = 230+50+122=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E6327A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6327A is #19CD85. Grayscale: #6F6F6F. Windows color (decimal): -1691014 or 8008422. OLE color: 8008422.
HSL color Cylindrical-coordinate representation of color #E6327A: hue angle of 336º 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 #E6327A is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 122 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.10 |
| HSL | 336º | 0.78% | 0.55% | - |
| HSV(B) | 336º | 0.78% | 0.9% | - |
| XYZ | 37.29 | 20.51 | 20.41 | - |
| YUV | 112.03 | 133.63 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 122 | 0 | 0.78 | 0.47 | 0.10 | 336 | 0.78 | 0.55 |
| Hex | E6 | 32 | 7A | 0 | 4E | 2F | A | 150 | 4E | 37 |
| Octal | 346 | 62 | 172 | 0 | 116 | 57 | 12 | 520 | 116 | 67 |
| Binary | 11100110 | 110010 | 1111010 | 0 | 1001110 | 101111 | 1010 | 101010000 | 1001110 | 110111 |
Color Harmonies of #E6327A
Complementary color
Monochromatic Colors of #E6327A
Black with #E6327A
Text Example
Text Example
White with #E6327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6327A; }
p { color: rgb(230,50,122); }
H1.HeaderClassName
{
color: #E6327A;
}
.AnyTagClassName
{
color: #E6327A;
}
</style>
background-color css
<style>
a { background-color: #E6327A; }
a { background-color: rgb(230,50,122); }
div.DivClassName
{
background-color: #E6327A;
}
.BgClassName
{
background-color: #E6327A;
}
</style>
border-color css
<style>
span { border-color: #E6327A; }
span { border-color: rgb(230,50,122); }
td.TdClassName
{
border-color: #E6327A;
}
.TagClassName
{
border-color: #E6327A;
}
</style>