Shades of Deep Cerise #EE257C
Tints of Deep Cerise #EE257C
RGB
CMYK
RGB Variations
Color information
#EE257C (or 0xEE257C) is known color: Deep Cerise. HEX triplet: EE, 25 and 7C. RGB value is (238,37,124). Sum of RGB (Red+Green+Blue) = 238+37+124=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE257C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE257C is #11DA83. Grayscale: #6A6A6A. Windows color (decimal): -1170052 or 8136174. OLE color: 8136174.
HSL color Cylindrical-coordinate representation of color #EE257C: hue angle of 334.03º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE257C is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 124 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.07 |
| HSL | 334.03º | 0.86% | 0.54% | - |
| HSV(B) | 334.03º | 0.84% | 0.93% | - |
| XYZ | 39.56 | 20.96 | 21.03 | - |
| YUV | 107.02 | 137.59 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 124 | 0 | 0.84 | 0.48 | 0.07 | 334.03 | 0.86 | 0.54 |
| Hex | EE | 25 | 7C | 0 | 54 | 30 | 7 | 14E | 56 | 36 |
| Octal | 356 | 45 | 174 | 0 | 124 | 60 | 7 | 516 | 126 | 66 |
| Binary | 11101110 | 100101 | 1111100 | 0 | 1010100 | 110000 | 111 | 101001110 | 1010110 | 110110 |
Color Harmonies of #EE257C
Complementary color
Monochromatic Colors of #EE257C
Black with #EE257C
Text Example
Text Example
White with #EE257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE257C; }
p { color: rgb(238,37,124); }
H1.HeaderClassName
{
color: #EE257C;
}
.AnyTagClassName
{
color: #EE257C;
}
</style>
background-color css
<style>
a { background-color: #EE257C; }
a { background-color: rgb(238,37,124); }
div.DivClassName
{
background-color: #EE257C;
}
.BgClassName
{
background-color: #EE257C;
}
</style>
border-color css
<style>
span { border-color: #EE257C; }
span { border-color: rgb(238,37,124); }
td.TdClassName
{
border-color: #EE257C;
}
.TagClassName
{
border-color: #EE257C;
}
</style>