Shades of Cerise #EC306C
Tints of Cerise #EC306C
RGB
CMYK
RGB Variations
Color information
#EC306C (or 0xEC306C) is known color: Cerise. HEX triplet: EC, 30 and 6C. RGB value is (236,48,108). Sum of RGB (Red+Green+Blue) = 236+48+108=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC306C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC306C is #13CF93. Grayscale: #6F6F6F. Windows color (decimal): -1298324 or 7090412. OLE color: 7090412.
HSL color Cylindrical-coordinate representation of color #EC306C: hue angle of 340.85º 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 #EC306C is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 108 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.07 |
| HSL | 340.85º | 0.83% | 0.56% | - |
| HSV(B) | 340.85º | 0.8% | 0.93% | - |
| XYZ | 38.36 | 21.03 | 16.22 | - |
| YUV | 111.05 | 126.28 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 108 | 0 | 0.80 | 0.54 | 0.07 | 340.85 | 0.83 | 0.56 |
| Hex | EC | 30 | 6C | 0 | 50 | 36 | 7 | 155 | 53 | 38 |
| Octal | 354 | 60 | 154 | 0 | 120 | 66 | 7 | 525 | 123 | 70 |
| Binary | 11101100 | 110000 | 1101100 | 0 | 1010000 | 110110 | 111 | 101010101 | 1010011 | 111000 |
Color Harmonies of #EC306C
Complementary color
Monochromatic Colors of #EC306C
Black with #EC306C
Text Example
Text Example
White with #EC306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC306C; }
p { color: rgb(236,48,108); }
H1.HeaderClassName
{
color: #EC306C;
}
.AnyTagClassName
{
color: #EC306C;
}
</style>
background-color css
<style>
a { background-color: #EC306C; }
a { background-color: rgb(236,48,108); }
div.DivClassName
{
background-color: #EC306C;
}
.BgClassName
{
background-color: #EC306C;
}
</style>
border-color css
<style>
span { border-color: #EC306C; }
span { border-color: rgb(236,48,108); }
td.TdClassName
{
border-color: #EC306C;
}
.TagClassName
{
border-color: #EC306C;
}
</style>