Shades of Deep Cerise #E6377D
Tints of Deep Cerise #E6377D
RGB
CMYK
RGB Variations
Color information
#E6377D (or 0xE6377D) is known color: Deep Cerise. HEX triplet: E6, 37 and 7D. RGB value is (230,55,125). Sum of RGB (Red+Green+Blue) = 230+55+125=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E6377D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6377D is #19C882. Grayscale: #737373. Windows color (decimal): -1689731 or 8206310. OLE color: 8206310.
HSL color Cylindrical-coordinate representation of color #E6377D: hue angle of 336º 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 #E6377D is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 125 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.10 |
| HSL | 336º | 0.78% | 0.56% | - |
| HSV(B) | 336º | 0.76% | 0.9% | - |
| XYZ | 37.7 | 21.04 | 21.48 | - |
| YUV | 115.31 | 133.48 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 125 | 0 | 0.76 | 0.46 | 0.10 | 336 | 0.78 | 0.56 |
| Hex | E6 | 37 | 7D | 0 | 4C | 2E | A | 150 | 4E | 38 |
| Octal | 346 | 67 | 175 | 0 | 114 | 56 | 12 | 520 | 116 | 70 |
| Binary | 11100110 | 110111 | 1111101 | 0 | 1001100 | 101110 | 1010 | 101010000 | 1001110 | 111000 |
Color Harmonies of #E6377D
Complementary color
Monochromatic Colors of #E6377D
Black with #E6377D
Text Example
Text Example
White with #E6377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6377D; }
p { color: rgb(230,55,125); }
H1.HeaderClassName
{
color: #E6377D;
}
.AnyTagClassName
{
color: #E6377D;
}
</style>
background-color css
<style>
a { background-color: #E6377D; }
a { background-color: rgb(230,55,125); }
div.DivClassName
{
background-color: #E6377D;
}
.BgClassName
{
background-color: #E6377D;
}
</style>
border-color css
<style>
span { border-color: #E6377D; }
span { border-color: rgb(230,55,125); }
td.TdClassName
{
border-color: #E6377D;
}
.TagClassName
{
border-color: #E6377D;
}
</style>