Shades of Deep Cerise #E6377B
Tints of Deep Cerise #E6377B
RGB
CMYK
RGB Variations
Color information
#E6377B (or 0xE6377B) is known color: Deep Cerise. HEX triplet: E6, 37 and 7B. RGB value is (230,55,123). Sum of RGB (Red+Green+Blue) = 230+55+123=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6377B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6377B is #19C884. Grayscale: #727272. Windows color (decimal): -1689733 or 8075238. OLE color: 8075238.
HSL color Cylindrical-coordinate representation of color #E6377B: hue angle of 336.69º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E6377B is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 123 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.10 |
| HSL | 336.69º | 0.78% | 0.56% | - |
| HSV(B) | 336.69º | 0.76% | 0.9% | - |
| XYZ | 37.57 | 20.99 | 20.81 | - |
| YUV | 115.08 | 132.48 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 123 | 0 | 0.76 | 0.47 | 0.10 | 336.69 | 0.78 | 0.56 |
| Hex | E6 | 37 | 7B | 0 | 4C | 2F | A | 151 | 4E | 38 |
| Octal | 346 | 67 | 173 | 0 | 114 | 57 | 12 | 521 | 116 | 70 |
| Binary | 11100110 | 110111 | 1111011 | 0 | 1001100 | 101111 | 1010 | 101010001 | 1001110 | 111000 |
Color Harmonies of #E6377B
Complementary color
Monochromatic Colors of #E6377B
Black with #E6377B
Text Example
Text Example
White with #E6377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6377B; }
p { color: rgb(230,55,123); }
H1.HeaderClassName
{
color: #E6377B;
}
.AnyTagClassName
{
color: #E6377B;
}
</style>
background-color css
<style>
a { background-color: #E6377B; }
a { background-color: rgb(230,55,123); }
div.DivClassName
{
background-color: #E6377B;
}
.BgClassName
{
background-color: #E6377B;
}
</style>
border-color css
<style>
span { border-color: #E6377B; }
span { border-color: rgb(230,55,123); }
td.TdClassName
{
border-color: #E6377B;
}
.TagClassName
{
border-color: #E6377B;
}
</style>