Shades of Deep Cerise #EE257D
Tints of Deep Cerise #EE257D
RGB
CMYK
RGB Variations
Color information
#EE257D (or 0xEE257D) is known color: Deep Cerise. HEX triplet: EE, 25 and 7D. RGB value is (238,37,125). Sum of RGB (Red+Green+Blue) = 238+37+125=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE257D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE257D is #11DA82. Grayscale: #6A6A6A. Windows color (decimal): -1170051 or 8201710. OLE color: 8201710.
HSL color Cylindrical-coordinate representation of color #EE257D: hue angle of 333.73º 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 #EE257D is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 125 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.07 |
| HSL | 333.73º | 0.86% | 0.54% | - |
| HSV(B) | 333.73º | 0.84% | 0.93% | - |
| XYZ | 39.62 | 20.98 | 21.36 | - |
| YUV | 107.13 | 138.09 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 125 | 0 | 0.84 | 0.47 | 0.07 | 333.73 | 0.86 | 0.54 |
| Hex | EE | 25 | 7D | 0 | 54 | 2F | 7 | 14E | 56 | 36 |
| Octal | 356 | 45 | 175 | 0 | 124 | 57 | 7 | 516 | 126 | 66 |
| Binary | 11101110 | 100101 | 1111101 | 0 | 1010100 | 101111 | 111 | 101001110 | 1010110 | 110110 |
Color Harmonies of #EE257D
Complementary color
Monochromatic Colors of #EE257D
Black with #EE257D
Text Example
Text Example
White with #EE257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE257D; }
p { color: rgb(238,37,125); }
H1.HeaderClassName
{
color: #EE257D;
}
.AnyTagClassName
{
color: #EE257D;
}
</style>
background-color css
<style>
a { background-color: #EE257D; }
a { background-color: rgb(238,37,125); }
div.DivClassName
{
background-color: #EE257D;
}
.BgClassName
{
background-color: #EE257D;
}
</style>
border-color css
<style>
span { border-color: #EE257D; }
span { border-color: rgb(238,37,125); }
td.TdClassName
{
border-color: #EE257D;
}
.TagClassName
{
border-color: #EE257D;
}
</style>