Shades of Cerise #E6326E
Tints of Cerise #E6326E
RGB
CMYK
RGB Variations
Color information
#E6326E (or 0xE6326E) is known color: Cerise. HEX triplet: E6, 32 and 6E. RGB value is (230,50,110). Sum of RGB (Red+Green+Blue) = 230+50+110=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E6326E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6326E is #19CD91. Grayscale: #6E6E6E. Windows color (decimal): -1691026 or 7221990. OLE color: 7221990.
HSL color Cylindrical-coordinate representation of color #E6326E: hue angle of 340º 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 #E6326E is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 110 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.10 |
| HSL | 340º | 0.78% | 0.55% | - |
| HSV(B) | 340º | 0.78% | 0.9% | - |
| XYZ | 36.59 | 20.23 | 16.73 | - |
| YUV | 110.66 | 127.63 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 110 | 0 | 0.78 | 0.52 | 0.10 | 340 | 0.78 | 0.55 |
| Hex | E6 | 32 | 6E | 0 | 4E | 34 | A | 154 | 4E | 37 |
| Octal | 346 | 62 | 156 | 0 | 116 | 64 | 12 | 524 | 116 | 67 |
| Binary | 11100110 | 110010 | 1101110 | 0 | 1001110 | 110100 | 1010 | 101010100 | 1001110 | 110111 |
Color Harmonies of #E6326E
Complementary color
Monochromatic Colors of #E6326E
Black with #E6326E
Text Example
Text Example
White with #E6326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6326E; }
p { color: rgb(230,50,110); }
H1.HeaderClassName
{
color: #E6326E;
}
.AnyTagClassName
{
color: #E6326E;
}
</style>
background-color css
<style>
a { background-color: #E6326E; }
a { background-color: rgb(230,50,110); }
div.DivClassName
{
background-color: #E6326E;
}
.BgClassName
{
background-color: #E6326E;
}
</style>
border-color css
<style>
span { border-color: #E6326E; }
span { border-color: rgb(230,50,110); }
td.TdClassName
{
border-color: #E6326E;
}
.TagClassName
{
border-color: #E6326E;
}
</style>