Shades of Deep Cerise #E6307D
Tints of Deep Cerise #E6307D
RGB
CMYK
RGB Variations
Color information
#E6307D (or 0xE6307D) is known color: Deep Cerise. HEX triplet: E6, 30 and 7D. RGB value is (230,48,125). Sum of RGB (Red+Green+Blue) = 230+48+125=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6307D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6307D is #19CF82. Grayscale: #6F6F6F. Windows color (decimal): -1691523 or 8204518. OLE color: 8204518.
HSL color Cylindrical-coordinate representation of color #E6307D: hue angle of 334.62º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6307D is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 125 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.10 |
| HSL | 334.62º | 0.78% | 0.55% | - |
| HSV(B) | 334.62º | 0.79% | 0.9% | - |
| XYZ | 37.39 | 20.42 | 21.37 | - |
| YUV | 111.2 | 135.8 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 125 | 0 | 0.79 | 0.46 | 0.10 | 334.62 | 0.78 | 0.55 |
| Hex | E6 | 30 | 7D | 0 | 4F | 2E | A | 14F | 4E | 37 |
| Octal | 346 | 60 | 175 | 0 | 117 | 56 | 12 | 517 | 116 | 67 |
| Binary | 11100110 | 110000 | 1111101 | 0 | 1001111 | 101110 | 1010 | 101001111 | 1001110 | 110111 |
Color Harmonies of #E6307D
Complementary color
Monochromatic Colors of #E6307D
Black with #E6307D
Text Example
Text Example
White with #E6307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6307D; }
p { color: rgb(230,48,125); }
H1.HeaderClassName
{
color: #E6307D;
}
.AnyTagClassName
{
color: #E6307D;
}
</style>
background-color css
<style>
a { background-color: #E6307D; }
a { background-color: rgb(230,48,125); }
div.DivClassName
{
background-color: #E6307D;
}
.BgClassName
{
background-color: #E6307D;
}
</style>
border-color css
<style>
span { border-color: #E6307D; }
span { border-color: rgb(230,48,125); }
td.TdClassName
{
border-color: #E6307D;
}
.TagClassName
{
border-color: #E6307D;
}
</style>