Shades of Deep Cerise #E6369C
Tints of Deep Cerise #E6369C
RGB
CMYK
RGB Variations
Color information
#E6369C (or 0xE6369C) is known color: Deep Cerise. HEX triplet: E6, 36 and 9C. RGB value is (230,54,156). Sum of RGB (Red+Green+Blue) = 230+54+156=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6369C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6369C is #19C963. Grayscale: #767676. Windows color (decimal): -1689956 or 10237670. OLE color: 10237670.
HSL color Cylindrical-coordinate representation of color #E6369C: hue angle of 325.23º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6369C is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 54 | 156 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.10 |
| HSL | 325.23º | 0.78% | 0.56% | - |
| HSV(B) | 325.23º | 0.77% | 0.9% | - |
| XYZ | 39.95 | 21.86 | 33.57 | - |
| YUV | 118.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 54 | 156 | 0 | 0.77 | 0.32 | 0.10 | 325.23 | 0.78 | 0.56 |
| Hex | E6 | 36 | 9C | 0 | 4D | 20 | A | 145 | 4E | 38 |
| Octal | 346 | 66 | 234 | 0 | 115 | 40 | 12 | 505 | 116 | 70 |
| Binary | 11100110 | 110110 | 10011100 | 0 | 1001101 | 100000 | 1010 | 101000101 | 1001110 | 111000 |
Color Harmonies of #E6369C
Complementary color
Monochromatic Colors of #E6369C
Black with #E6369C
Text Example
Text Example
White with #E6369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6369C; }
p { color: rgb(230,54,156); }
H1.HeaderClassName
{
color: #E6369C;
}
.AnyTagClassName
{
color: #E6369C;
}
</style>
background-color css
<style>
a { background-color: #E6369C; }
a { background-color: rgb(230,54,156); }
div.DivClassName
{
background-color: #E6369C;
}
.BgClassName
{
background-color: #E6369C;
}
</style>
border-color css
<style>
span { border-color: #E6369C; }
span { border-color: rgb(230,54,156); }
td.TdClassName
{
border-color: #E6369C;
}
.TagClassName
{
border-color: #E6369C;
}
</style>