Shades of Deep Cerise #E7258B
Tints of Deep Cerise #E7258B
RGB
CMYK
RGB Variations
Color information
#E7258B (or 0xE7258B) is known color: Deep Cerise. HEX triplet: E7, 25 and 8B. RGB value is (231,37,139). Sum of RGB (Red+Green+Blue) = 231+37+139=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E7258B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7258B is #18DA74. Grayscale: #6A6A6A. Windows color (decimal): -1628789 or 9119207. OLE color: 9119207.
HSL color Cylindrical-coordinate representation of color #E7258B: hue angle of 328.45º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7258B is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 139 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.09 |
| HSL | 328.45º | 0.8% | 0.53% | - |
| HSV(B) | 328.45º | 0.84% | 0.91% | - |
| XYZ | 38.28 | 20.18 | 26.3 | - |
| YUV | 106.63 | 146.27 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 139 | 0 | 0.84 | 0.40 | 0.09 | 328.45 | 0.8 | 0.53 |
| Hex | E7 | 25 | 8B | 0 | 54 | 28 | 9 | 148 | 50 | 35 |
| Octal | 347 | 45 | 213 | 0 | 124 | 50 | 11 | 510 | 120 | 65 |
| Binary | 11100111 | 100101 | 10001011 | 0 | 1010100 | 101000 | 1001 | 101001000 | 1010000 | 110101 |
Color Harmonies of #E7258B
Complementary color
Monochromatic Colors of #E7258B
Black with #E7258B
Text Example
Text Example
White with #E7258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7258B; }
p { color: rgb(231,37,139); }
H1.HeaderClassName
{
color: #E7258B;
}
.AnyTagClassName
{
color: #E7258B;
}
</style>
background-color css
<style>
a { background-color: #E7258B; }
a { background-color: rgb(231,37,139); }
div.DivClassName
{
background-color: #E7258B;
}
.BgClassName
{
background-color: #E7258B;
}
</style>
border-color css
<style>
span { border-color: #E7258B; }
span { border-color: rgb(231,37,139); }
td.TdClassName
{
border-color: #E7258B;
}
.TagClassName
{
border-color: #E7258B;
}
</style>