Shades of Deep Cerise #E6257F
Tints of Deep Cerise #E6257F
RGB
CMYK
RGB Variations
Color information
#E6257F (or 0xE6257F) is known color: Deep Cerise. HEX triplet: E6, 25 and 7F. RGB value is (230,37,127). Sum of RGB (Red+Green+Blue) = 230+37+127=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E6257F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6257F is #19DA80. Grayscale: #686868. Windows color (decimal): -1694337 or 8332774. OLE color: 8332774.
HSL color Cylindrical-coordinate representation of color #E6257F: hue angle of 332.02º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6257F is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 127 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.10 |
| HSL | 332.02º | 0.79% | 0.52% | - |
| HSV(B) | 332.02º | 0.84% | 0.9% | - |
| XYZ | 37.13 | 19.68 | 21.92 | - |
| YUV | 104.97 | 140.44 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 127 | 0 | 0.84 | 0.45 | 0.10 | 332.02 | 0.79 | 0.52 |
| Hex | E6 | 25 | 7F | 0 | 54 | 2D | A | 14C | 4F | 34 |
| Octal | 346 | 45 | 177 | 0 | 124 | 55 | 12 | 514 | 117 | 64 |
| Binary | 11100110 | 100101 | 1111111 | 0 | 1010100 | 101101 | 1010 | 101001100 | 1001111 | 110100 |
Color Harmonies of #E6257F
Complementary color
Monochromatic Colors of #E6257F
Black with #E6257F
Text Example
Text Example
White with #E6257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6257F; }
p { color: rgb(230,37,127); }
H1.HeaderClassName
{
color: #E6257F;
}
.AnyTagClassName
{
color: #E6257F;
}
</style>
background-color css
<style>
a { background-color: #E6257F; }
a { background-color: rgb(230,37,127); }
div.DivClassName
{
background-color: #E6257F;
}
.BgClassName
{
background-color: #E6257F;
}
</style>
border-color css
<style>
span { border-color: #E6257F; }
span { border-color: rgb(230,37,127); }
td.TdClassName
{
border-color: #E6257F;
}
.TagClassName
{
border-color: #E6257F;
}
</style>