Shades of Cerise #E6326A
Tints of Cerise #E6326A
RGB
CMYK
RGB Variations
Color information
#E6326A (or 0xE6326A) is known color: Cerise. HEX triplet: E6, 32 and 6A. RGB value is (230,50,106). Sum of RGB (Red+Green+Blue) = 230+50+106=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E6326A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6326A is #19CD95. Grayscale: #6E6E6E. Windows color (decimal): -1691030 or 6959846. OLE color: 6959846.
HSL color Cylindrical-coordinate representation of color #E6326A: hue angle of 341.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 #E6326A is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 106 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.10 |
| HSL | 341.33º | 0.78% | 0.55% | - |
| HSV(B) | 341.33º | 0.78% | 0.9% | - |
| XYZ | 36.38 | 20.14 | 15.61 | - |
| YUV | 110.2 | 125.63 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 106 | 0 | 0.78 | 0.54 | 0.10 | 341.33 | 0.78 | 0.55 |
| Hex | E6 | 32 | 6A | 0 | 4E | 36 | A | 155 | 4E | 37 |
| Octal | 346 | 62 | 152 | 0 | 116 | 66 | 12 | 525 | 116 | 67 |
| Binary | 11100110 | 110010 | 1101010 | 0 | 1001110 | 110110 | 1010 | 101010101 | 1001110 | 110111 |
Color Harmonies of #E6326A
Complementary color
Monochromatic Colors of #E6326A
Black with #E6326A
Text Example
Text Example
White with #E6326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6326A; }
p { color: rgb(230,50,106); }
H1.HeaderClassName
{
color: #E6326A;
}
.AnyTagClassName
{
color: #E6326A;
}
</style>
background-color css
<style>
a { background-color: #E6326A; }
a { background-color: rgb(230,50,106); }
div.DivClassName
{
background-color: #E6326A;
}
.BgClassName
{
background-color: #E6326A;
}
</style>
border-color css
<style>
span { border-color: #E6326A; }
span { border-color: rgb(230,50,106); }
td.TdClassName
{
border-color: #E6326A;
}
.TagClassName
{
border-color: #E6326A;
}
</style>