Shades of Deep Cerise #E7257D
Tints of Deep Cerise #E7257D
RGB
CMYK
RGB Variations
Color information
#E7257D (or 0xE7257D) is known color: Deep Cerise. HEX triplet: E7, 25 and 7D. RGB value is (231,37,125). Sum of RGB (Red+Green+Blue) = 231+37+125=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E7257D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7257D is #18DA82. Grayscale: #686868. Windows color (decimal): -1628803 or 8201703. OLE color: 8201703.
HSL color Cylindrical-coordinate representation of color #E7257D: hue angle of 332.78º 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 #E7257D is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 125 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.09 |
| HSL | 332.78º | 0.8% | 0.53% | - |
| HSV(B) | 332.78º | 0.84% | 0.91% | - |
| XYZ | 37.32 | 19.79 | 21.26 | - |
| YUV | 105.04 | 139.27 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 125 | 0 | 0.84 | 0.46 | 0.09 | 332.78 | 0.8 | 0.53 |
| Hex | E7 | 25 | 7D | 0 | 54 | 2E | 9 | 14D | 50 | 35 |
| Octal | 347 | 45 | 175 | 0 | 124 | 56 | 11 | 515 | 120 | 65 |
| Binary | 11100111 | 100101 | 1111101 | 0 | 1010100 | 101110 | 1001 | 101001101 | 1010000 | 110101 |
Color Harmonies of #E7257D
Complementary color
Monochromatic Colors of #E7257D
Black with #E7257D
Text Example
Text Example
White with #E7257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7257D; }
p { color: rgb(231,37,125); }
H1.HeaderClassName
{
color: #E7257D;
}
.AnyTagClassName
{
color: #E7257D;
}
</style>
background-color css
<style>
a { background-color: #E7257D; }
a { background-color: rgb(231,37,125); }
div.DivClassName
{
background-color: #E7257D;
}
.BgClassName
{
background-color: #E7257D;
}
</style>
border-color css
<style>
span { border-color: #E7257D; }
span { border-color: rgb(231,37,125); }
td.TdClassName
{
border-color: #E7257D;
}
.TagClassName
{
border-color: #E7257D;
}
</style>