Shades of Cerise #EC3267
Tints of Cerise #EC3267
RGB
CMYK
RGB Variations
Color information
#EC3267 (or 0xEC3267) is known color: Cerise. HEX triplet: EC, 32 and 67. RGB value is (236,50,103). Sum of RGB (Red+Green+Blue) = 236+50+103=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3267 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3267 is #13CD98. Grayscale: #6F6F6F. Windows color (decimal): -1297817 or 6763244. OLE color: 6763244.
HSL color Cylindrical-coordinate representation of color #EC3267: hue angle of 342.9º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3267 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 103 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.07 |
| HSL | 342.9º | 0.83% | 0.56% | - |
| HSV(B) | 342.9º | 0.79% | 0.93% | - |
| XYZ | 38.18 | 21.09 | 14.89 | - |
| YUV | 111.66 | 123.12 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 103 | 0 | 0.79 | 0.56 | 0.07 | 342.9 | 0.83 | 0.56 |
| Hex | EC | 32 | 67 | 0 | 4F | 38 | 7 | 157 | 53 | 38 |
| Octal | 354 | 62 | 147 | 0 | 117 | 70 | 7 | 527 | 123 | 70 |
| Binary | 11101100 | 110010 | 1100111 | 0 | 1001111 | 111000 | 111 | 101010111 | 1010011 | 111000 |
Color Harmonies of #EC3267
Complementary color
Monochromatic Colors of #EC3267
Black with #EC3267
Text Example
Text Example
White with #EC3267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3267; }
p { color: rgb(236,50,103); }
H1.HeaderClassName
{
color: #EC3267;
}
.AnyTagClassName
{
color: #EC3267;
}
</style>
background-color css
<style>
a { background-color: #EC3267; }
a { background-color: rgb(236,50,103); }
div.DivClassName
{
background-color: #EC3267;
}
.BgClassName
{
background-color: #EC3267;
}
</style>
border-color css
<style>
span { border-color: #EC3267; }
span { border-color: rgb(236,50,103); }
td.TdClassName
{
border-color: #EC3267;
}
.TagClassName
{
border-color: #EC3267;
}
</style>