Shades of Deep Cerise #E7258A
Tints of Deep Cerise #E7258A
RGB
CMYK
RGB Variations
Color information
#E7258A (or 0xE7258A) is known color: Deep Cerise. HEX triplet: E7, 25 and 8A. RGB value is (231,37,138). Sum of RGB (Red+Green+Blue) = 231+37+138=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E7258A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7258A is #18DA75. Grayscale: #6A6A6A. Windows color (decimal): -1628790 or 9053671. OLE color: 9053671.
HSL color Cylindrical-coordinate representation of color #E7258A: hue angle of 328.76º 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 #E7258A is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 138 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.09 |
| HSL | 328.76º | 0.8% | 0.53% | - |
| HSV(B) | 328.76º | 0.84% | 0.91% | - |
| XYZ | 38.2 | 20.15 | 25.92 | - |
| YUV | 106.52 | 145.77 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 138 | 0 | 0.84 | 0.40 | 0.09 | 328.76 | 0.8 | 0.53 |
| Hex | E7 | 25 | 8A | 0 | 54 | 28 | 9 | 149 | 50 | 35 |
| Octal | 347 | 45 | 212 | 0 | 124 | 50 | 11 | 511 | 120 | 65 |
| Binary | 11100111 | 100101 | 10001010 | 0 | 1010100 | 101000 | 1001 | 101001001 | 1010000 | 110101 |
Color Harmonies of #E7258A
Complementary color
Monochromatic Colors of #E7258A
Black with #E7258A
Text Example
Text Example
White with #E7258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7258A; }
p { color: rgb(231,37,138); }
H1.HeaderClassName
{
color: #E7258A;
}
.AnyTagClassName
{
color: #E7258A;
}
</style>
background-color css
<style>
a { background-color: #E7258A; }
a { background-color: rgb(231,37,138); }
div.DivClassName
{
background-color: #E7258A;
}
.BgClassName
{
background-color: #E7258A;
}
</style>
border-color css
<style>
span { border-color: #E7258A; }
span { border-color: rgb(231,37,138); }
td.TdClassName
{
border-color: #E7258A;
}
.TagClassName
{
border-color: #E7258A;
}
</style>