Shades of Deep Cerise #E9308C
Tints of Deep Cerise #E9308C
RGB
CMYK
RGB Variations
Color information
#E9308C (or 0xE9308C) is known color: Deep Cerise. HEX triplet: E9, 30 and 8C. RGB value is (233,48,140). Sum of RGB (Red+Green+Blue) = 233+48+140=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E9308C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9308C is #16CF73. Grayscale: #717171. Windows color (decimal): -1494900 or 9187561. OLE color: 9187561.
HSL color Cylindrical-coordinate representation of color #E9308C: hue angle of 330.16º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E9308C is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 48 | 140 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.09 |
| HSL | 330.16º | 0.81% | 0.55% | - |
| HSV(B) | 330.16º | 0.79% | 0.91% | - |
| XYZ | 39.39 | 21.33 | 26.85 | - |
| YUV | 113.8 | 142.79 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 48 | 140 | 0 | 0.79 | 0.40 | 0.09 | 330.16 | 0.81 | 0.55 |
| Hex | E9 | 30 | 8C | 0 | 4F | 28 | 9 | 14A | 51 | 37 |
| Octal | 351 | 60 | 214 | 0 | 117 | 50 | 11 | 512 | 121 | 67 |
| Binary | 11101001 | 110000 | 10001100 | 0 | 1001111 | 101000 | 1001 | 101001010 | 1010001 | 110111 |
Color Harmonies of #E9308C
Complementary color
Monochromatic Colors of #E9308C
Black with #E9308C
Text Example
Text Example
White with #E9308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9308C; }
p { color: rgb(233,48,140); }
H1.HeaderClassName
{
color: #E9308C;
}
.AnyTagClassName
{
color: #E9308C;
}
</style>
background-color css
<style>
a { background-color: #E9308C; }
a { background-color: rgb(233,48,140); }
div.DivClassName
{
background-color: #E9308C;
}
.BgClassName
{
background-color: #E9308C;
}
</style>
border-color css
<style>
span { border-color: #E9308C; }
span { border-color: rgb(233,48,140); }
td.TdClassName
{
border-color: #E9308C;
}
.TagClassName
{
border-color: #E9308C;
}
</style>