Shades of Deep Cerise #E6308D
Tints of Deep Cerise #E6308D
RGB
CMYK
RGB Variations
Color information
#E6308D (or 0xE6308D) is known color: Deep Cerise. HEX triplet: E6, 30 and 8D. RGB value is (230,48,141). Sum of RGB (Red+Green+Blue) = 230+48+141=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E6308D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6308D is #19CF72. Grayscale: #707070. Windows color (decimal): -1691507 or 9253094. OLE color: 9253094.
HSL color Cylindrical-coordinate representation of color #E6308D: hue angle of 329.34º 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 #E6308D is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 141 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.10 |
| HSL | 329.34º | 0.78% | 0.55% | - |
| HSV(B) | 329.34º | 0.79% | 0.9% | - |
| XYZ | 38.5 | 20.86 | 27.2 | - |
| YUV | 113.02 | 143.8 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 141 | 0 | 0.79 | 0.39 | 0.10 | 329.34 | 0.78 | 0.55 |
| Hex | E6 | 30 | 8D | 0 | 4F | 27 | A | 149 | 4E | 37 |
| Octal | 346 | 60 | 215 | 0 | 117 | 47 | 12 | 511 | 116 | 67 |
| Binary | 11100110 | 110000 | 10001101 | 0 | 1001111 | 100111 | 1010 | 101001001 | 1001110 | 110111 |
Color Harmonies of #E6308D
Complementary color
Monochromatic Colors of #E6308D
Black with #E6308D
Text Example
Text Example
White with #E6308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6308D; }
p { color: rgb(230,48,141); }
H1.HeaderClassName
{
color: #E6308D;
}
.AnyTagClassName
{
color: #E6308D;
}
</style>
background-color css
<style>
a { background-color: #E6308D; }
a { background-color: rgb(230,48,141); }
div.DivClassName
{
background-color: #E6308D;
}
.BgClassName
{
background-color: #E6308D;
}
</style>
border-color css
<style>
span { border-color: #E6308D; }
span { border-color: rgb(230,48,141); }
td.TdClassName
{
border-color: #E6308D;
}
.TagClassName
{
border-color: #E6308D;
}
</style>