Shades of Deep Cerise #EC258F
Tints of Deep Cerise #EC258F
RGB
CMYK
RGB Variations
Color information
#EC258F (or 0xEC258F) is known color: Deep Cerise. HEX triplet: EC, 25 and 8F. RGB value is (236,37,143). Sum of RGB (Red+Green+Blue) = 236+37+143=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC258F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC258F is #13DA70. Grayscale: #6C6C6C. Windows color (decimal): -1301105 or 9381356. OLE color: 9381356.
HSL color Cylindrical-coordinate representation of color #EC258F: hue angle of 328.04º 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 #EC258F is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 143 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.07 |
| HSL | 328.04º | 0.84% | 0.54% | - |
| HSV(B) | 328.04º | 0.84% | 0.93% | - |
| XYZ | 40.21 | 21.14 | 27.95 | - |
| YUV | 108.59 | 147.43 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 143 | 0 | 0.84 | 0.39 | 0.07 | 328.04 | 0.84 | 0.54 |
| Hex | EC | 25 | 8F | 0 | 54 | 27 | 7 | 148 | 54 | 36 |
| Octal | 354 | 45 | 217 | 0 | 124 | 47 | 7 | 510 | 124 | 66 |
| Binary | 11101100 | 100101 | 10001111 | 0 | 1010100 | 100111 | 111 | 101001000 | 1010100 | 110110 |
Color Harmonies of #EC258F
Complementary color
Monochromatic Colors of #EC258F
Black with #EC258F
Text Example
Text Example
White with #EC258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC258F; }
p { color: rgb(236,37,143); }
H1.HeaderClassName
{
color: #EC258F;
}
.AnyTagClassName
{
color: #EC258F;
}
</style>
background-color css
<style>
a { background-color: #EC258F; }
a { background-color: rgb(236,37,143); }
div.DivClassName
{
background-color: #EC258F;
}
.BgClassName
{
background-color: #EC258F;
}
</style>
border-color css
<style>
span { border-color: #EC258F; }
span { border-color: rgb(236,37,143); }
td.TdClassName
{
border-color: #EC258F;
}
.TagClassName
{
border-color: #EC258F;
}
</style>