Shades of Cerise #EC255F
Tints of Cerise #EC255F
RGB
CMYK
RGB Variations
Color information
#EC255F (or 0xEC255F) is known color: Cerise. HEX triplet: EC, 25 and 5F. RGB value is (236,37,95). Sum of RGB (Red+Green+Blue) = 236+37+95=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC255F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC255F is #13DAA0. Grayscale: #676767. Windows color (decimal): -1301153 or 6235628. OLE color: 6235628.
HSL color Cylindrical-coordinate representation of color #EC255F: hue angle of 342.51º 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 #EC255F is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 95 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.07 |
| HSL | 342.51º | 0.84% | 0.54% | - |
| HSV(B) | 342.51º | 0.84% | 0.93% | - |
| XYZ | 37.32 | 19.98 | 12.72 | - |
| YUV | 103.11 | 123.43 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 95 | 0 | 0.84 | 0.60 | 0.07 | 342.51 | 0.84 | 0.54 |
| Hex | EC | 25 | 5F | 0 | 54 | 3C | 7 | 157 | 54 | 36 |
| Octal | 354 | 45 | 137 | 0 | 124 | 74 | 7 | 527 | 124 | 66 |
| Binary | 11101100 | 100101 | 1011111 | 0 | 1010100 | 111100 | 111 | 101010111 | 1010100 | 110110 |
Color Harmonies of #EC255F
Complementary color
Monochromatic Colors of #EC255F
Black with #EC255F
Text Example
Text Example
White with #EC255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC255F; }
p { color: rgb(236,37,95); }
H1.HeaderClassName
{
color: #EC255F;
}
.AnyTagClassName
{
color: #EC255F;
}
</style>
background-color css
<style>
a { background-color: #EC255F; }
a { background-color: rgb(236,37,95); }
div.DivClassName
{
background-color: #EC255F;
}
.BgClassName
{
background-color: #EC255F;
}
</style>
border-color css
<style>
span { border-color: #EC255F; }
span { border-color: rgb(236,37,95); }
td.TdClassName
{
border-color: #EC255F;
}
.TagClassName
{
border-color: #EC255F;
}
</style>