Shades of Cerise #EC306E
Tints of Cerise #EC306E
RGB
CMYK
RGB Variations
Color information
#EC306E (or 0xEC306E) is known color: Cerise. HEX triplet: EC, 30 and 6E. RGB value is (236,48,110). Sum of RGB (Red+Green+Blue) = 236+48+110=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC306E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC306E is #13CF91. Grayscale: #6F6F6F. Windows color (decimal): -1298322 or 7221484. OLE color: 7221484.
HSL color Cylindrical-coordinate representation of color #EC306E: hue angle of 340.21º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC306E is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 110 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.07 |
| HSL | 340.21º | 0.83% | 0.56% | - |
| HSV(B) | 340.21º | 0.8% | 0.93% | - |
| XYZ | 38.46 | 21.07 | 16.79 | - |
| YUV | 111.28 | 127.28 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 110 | 0 | 0.80 | 0.53 | 0.07 | 340.21 | 0.83 | 0.56 |
| Hex | EC | 30 | 6E | 0 | 50 | 35 | 7 | 154 | 53 | 38 |
| Octal | 354 | 60 | 156 | 0 | 120 | 65 | 7 | 524 | 123 | 70 |
| Binary | 11101100 | 110000 | 1101110 | 0 | 1010000 | 110101 | 111 | 101010100 | 1010011 | 111000 |
Color Harmonies of #EC306E
Complementary color
Monochromatic Colors of #EC306E
Black with #EC306E
Text Example
Text Example
White with #EC306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC306E; }
p { color: rgb(236,48,110); }
H1.HeaderClassName
{
color: #EC306E;
}
.AnyTagClassName
{
color: #EC306E;
}
</style>
background-color css
<style>
a { background-color: #EC306E; }
a { background-color: rgb(236,48,110); }
div.DivClassName
{
background-color: #EC306E;
}
.BgClassName
{
background-color: #EC306E;
}
</style>
border-color css
<style>
span { border-color: #EC306E; }
span { border-color: rgb(236,48,110); }
td.TdClassName
{
border-color: #EC306E;
}
.TagClassName
{
border-color: #EC306E;
}
</style>