Shades of Cerise #EC275F
Tints of Cerise #EC275F
RGB
CMYK
RGB Variations
Color information
#EC275F (or 0xEC275F) is known color: Cerise. HEX triplet: EC, 27 and 5F. RGB value is (236,39,95). Sum of RGB (Red+Green+Blue) = 236+39+95=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC275F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC275F is #13D8A0. Grayscale: #686868. Windows color (decimal): -1300641 or 6236140. OLE color: 6236140.
HSL color Cylindrical-coordinate representation of color #EC275F: hue angle of 342.94º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC275F is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 95 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.07 |
| HSL | 342.94º | 0.84% | 0.54% | - |
| HSV(B) | 342.94º | 0.83% | 0.93% | - |
| XYZ | 37.38 | 20.11 | 12.74 | - |
| YUV | 104.29 | 122.77 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 95 | 0 | 0.83 | 0.60 | 0.07 | 342.94 | 0.84 | 0.54 |
| Hex | EC | 27 | 5F | 0 | 53 | 3C | 7 | 157 | 54 | 36 |
| Octal | 354 | 47 | 137 | 0 | 123 | 74 | 7 | 527 | 124 | 66 |
| Binary | 11101100 | 100111 | 1011111 | 0 | 1010011 | 111100 | 111 | 101010111 | 1010100 | 110110 |
Color Harmonies of #EC275F
Complementary color
Monochromatic Colors of #EC275F
Black with #EC275F
Text Example
Text Example
White with #EC275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC275F; }
p { color: rgb(236,39,95); }
H1.HeaderClassName
{
color: #EC275F;
}
.AnyTagClassName
{
color: #EC275F;
}
</style>
background-color css
<style>
a { background-color: #EC275F; }
a { background-color: rgb(236,39,95); }
div.DivClassName
{
background-color: #EC275F;
}
.BgClassName
{
background-color: #EC275F;
}
</style>
border-color css
<style>
span { border-color: #EC275F; }
span { border-color: rgb(236,39,95); }
td.TdClassName
{
border-color: #EC275F;
}
.TagClassName
{
border-color: #EC275F;
}
</style>