Shades of Deep Cerise #EC257D
Tints of Deep Cerise #EC257D
RGB
CMYK
RGB Variations
Color information
#EC257D (or 0xEC257D) is known color: Deep Cerise. HEX triplet: EC, 25 and 7D. RGB value is (236,37,125). Sum of RGB (Red+Green+Blue) = 236+37+125=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC257D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC257D is #13DA82. Grayscale: #6A6A6A. Windows color (decimal): -1301123 or 8201708. OLE color: 8201708.
HSL color Cylindrical-coordinate representation of color #EC257D: hue angle of 333.47º degrees, saturation: 0.84, 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 #EC257D is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 125 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.07 |
| HSL | 333.47º | 0.84% | 0.54% | - |
| HSV(B) | 333.47º | 0.84% | 0.93% | - |
| XYZ | 38.96 | 20.64 | 21.33 | - |
| YUV | 106.53 | 138.43 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 125 | 0 | 0.84 | 0.47 | 0.07 | 333.47 | 0.84 | 0.54 |
| Hex | EC | 25 | 7D | 0 | 54 | 2F | 7 | 14D | 54 | 36 |
| Octal | 354 | 45 | 175 | 0 | 124 | 57 | 7 | 515 | 124 | 66 |
| Binary | 11101100 | 100101 | 1111101 | 0 | 1010100 | 101111 | 111 | 101001101 | 1010100 | 110110 |
Color Harmonies of #EC257D
Complementary color
Monochromatic Colors of #EC257D
Black with #EC257D
Text Example
Text Example
White with #EC257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC257D; }
p { color: rgb(236,37,125); }
H1.HeaderClassName
{
color: #EC257D;
}
.AnyTagClassName
{
color: #EC257D;
}
</style>
background-color css
<style>
a { background-color: #EC257D; }
a { background-color: rgb(236,37,125); }
div.DivClassName
{
background-color: #EC257D;
}
.BgClassName
{
background-color: #EC257D;
}
</style>
border-color css
<style>
span { border-color: #EC257D; }
span { border-color: rgb(236,37,125); }
td.TdClassName
{
border-color: #EC257D;
}
.TagClassName
{
border-color: #EC257D;
}
</style>