Shades of Deep Cerise #E7308B
Tints of Deep Cerise #E7308B
RGB
CMYK
RGB Variations
Color information
#E7308B (or 0xE7308B) is known color: Deep Cerise. HEX triplet: E7, 30 and 8B. RGB value is (231,48,139). Sum of RGB (Red+Green+Blue) = 231+48+139=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E7308B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7308B is #18CF74. Grayscale: #707070. Windows color (decimal): -1625973 or 9122023. OLE color: 9122023.
HSL color Cylindrical-coordinate representation of color #E7308B: hue angle of 330.16º degrees, saturation: 0.79, 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 #E7308B is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 48 | 139 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.09 |
| HSL | 330.16º | 0.79% | 0.55% | - |
| HSV(B) | 330.16º | 0.79% | 0.91% | - |
| XYZ | 38.67 | 20.97 | 26.43 | - |
| YUV | 113.09 | 142.63 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 48 | 139 | 0 | 0.79 | 0.40 | 0.09 | 330.16 | 0.79 | 0.55 |
| Hex | E7 | 30 | 8B | 0 | 4F | 28 | 9 | 14A | 4F | 37 |
| Octal | 347 | 60 | 213 | 0 | 117 | 50 | 11 | 512 | 117 | 67 |
| Binary | 11100111 | 110000 | 10001011 | 0 | 1001111 | 101000 | 1001 | 101001010 | 1001111 | 110111 |
Color Harmonies of #E7308B
Complementary color
Monochromatic Colors of #E7308B
Black with #E7308B
Text Example
Text Example
White with #E7308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7308B; }
p { color: rgb(231,48,139); }
H1.HeaderClassName
{
color: #E7308B;
}
.AnyTagClassName
{
color: #E7308B;
}
</style>
background-color css
<style>
a { background-color: #E7308B; }
a { background-color: rgb(231,48,139); }
div.DivClassName
{
background-color: #E7308B;
}
.BgClassName
{
background-color: #E7308B;
}
</style>
border-color css
<style>
span { border-color: #E7308B; }
span { border-color: rgb(231,48,139); }
td.TdClassName
{
border-color: #E7308B;
}
.TagClassName
{
border-color: #E7308B;
}
</style>