Shades of Deep Cerise #E6367D
Tints of Deep Cerise #E6367D
RGB
CMYK
RGB Variations
Color information
#E6367D (or 0xE6367D) is known color: Deep Cerise. HEX triplet: E6, 36 and 7D. RGB value is (230,54,125). Sum of RGB (Red+Green+Blue) = 230+54+125=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6367D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6367D is #19C982. Grayscale: #727272. Windows color (decimal): -1689987 or 8206054. OLE color: 8206054.
HSL color Cylindrical-coordinate representation of color #E6367D: hue angle of 335.8º 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 #E6367D is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 54 | 125 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.10 |
| HSL | 335.8º | 0.78% | 0.56% | - |
| HSV(B) | 335.8º | 0.77% | 0.9% | - |
| XYZ | 37.65 | 20.94 | 21.46 | - |
| YUV | 114.72 | 133.81 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 54 | 125 | 0 | 0.77 | 0.46 | 0.10 | 335.8 | 0.78 | 0.56 |
| Hex | E6 | 36 | 7D | 0 | 4D | 2E | A | 150 | 4E | 38 |
| Octal | 346 | 66 | 175 | 0 | 115 | 56 | 12 | 520 | 116 | 70 |
| Binary | 11100110 | 110110 | 1111101 | 0 | 1001101 | 101110 | 1010 | 101010000 | 1001110 | 111000 |
Color Harmonies of #E6367D
Complementary color
Monochromatic Colors of #E6367D
Black with #E6367D
Text Example
Text Example
White with #E6367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6367D; }
p { color: rgb(230,54,125); }
H1.HeaderClassName
{
color: #E6367D;
}
.AnyTagClassName
{
color: #E6367D;
}
</style>
background-color css
<style>
a { background-color: #E6367D; }
a { background-color: rgb(230,54,125); }
div.DivClassName
{
background-color: #E6367D;
}
.BgClassName
{
background-color: #E6367D;
}
</style>
border-color css
<style>
span { border-color: #E6367D; }
span { border-color: rgb(230,54,125); }
td.TdClassName
{
border-color: #E6367D;
}
.TagClassName
{
border-color: #E6367D;
}
</style>