Shades of Deep Cerise #E6257E
Tints of Deep Cerise #E6257E
RGB
CMYK
RGB Variations
Color information
#E6257E (or 0xE6257E) is known color: Deep Cerise. HEX triplet: E6, 25 and 7E. RGB value is (230,37,126). Sum of RGB (Red+Green+Blue) = 230+37+126=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E6257E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6257E is #19DA81. Grayscale: #686868. Windows color (decimal): -1694338 or 8267238. OLE color: 8267238.
HSL color Cylindrical-coordinate representation of color #E6257E: hue angle of 332.33º 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 #E6257E is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 126 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.10 |
| HSL | 332.33º | 0.79% | 0.52% | - |
| HSV(B) | 332.33º | 0.84% | 0.9% | - |
| XYZ | 37.06 | 19.65 | 21.58 | - |
| YUV | 104.85 | 139.94 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 126 | 0 | 0.84 | 0.45 | 0.10 | 332.33 | 0.79 | 0.52 |
| Hex | E6 | 25 | 7E | 0 | 54 | 2D | A | 14C | 4F | 34 |
| Octal | 346 | 45 | 176 | 0 | 124 | 55 | 12 | 514 | 117 | 64 |
| Binary | 11100110 | 100101 | 1111110 | 0 | 1010100 | 101101 | 1010 | 101001100 | 1001111 | 110100 |
Color Harmonies of #E6257E
Complementary color
Monochromatic Colors of #E6257E
Black with #E6257E
Text Example
Text Example
White with #E6257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6257E; }
p { color: rgb(230,37,126); }
H1.HeaderClassName
{
color: #E6257E;
}
.AnyTagClassName
{
color: #E6257E;
}
</style>
background-color css
<style>
a { background-color: #E6257E; }
a { background-color: rgb(230,37,126); }
div.DivClassName
{
background-color: #E6257E;
}
.BgClassName
{
background-color: #E6257E;
}
</style>
border-color css
<style>
span { border-color: #E6257E; }
span { border-color: rgb(230,37,126); }
td.TdClassName
{
border-color: #E6257E;
}
.TagClassName
{
border-color: #E6257E;
}
</style>