Shades of Cerise #EC2265
Tints of Cerise #EC2265
RGB
CMYK
RGB Variations
Color information
#EC2265 (or 0xEC2265) is known color: Cerise. HEX triplet: EC, 22 and 65. RGB value is (236,34,101). Sum of RGB (Red+Green+Blue) = 236+34+101=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2265 is #13DD9A. Grayscale: #656565. Windows color (decimal): -1301915 or 6628076. OLE color: 6628076.
HSL color Cylindrical-coordinate representation of color #EC2265: hue angle of 340.1º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2265 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 101 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.07 |
| HSL | 340.1º | 0.84% | 0.53% | - |
| HSV(B) | 340.1º | 0.86% | 0.93% | - |
| XYZ | 37.51 | 19.92 | 14.18 | - |
| YUV | 102.04 | 127.42 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 101 | 0 | 0.86 | 0.57 | 0.07 | 340.1 | 0.84 | 0.53 |
| Hex | EC | 22 | 65 | 0 | 56 | 39 | 7 | 154 | 54 | 35 |
| Octal | 354 | 42 | 145 | 0 | 126 | 71 | 7 | 524 | 124 | 65 |
| Binary | 11101100 | 100010 | 1100101 | 0 | 1010110 | 111001 | 111 | 101010100 | 1010100 | 110101 |
Color Harmonies of #EC2265
Complementary color
Monochromatic Colors of #EC2265
Black with #EC2265
Text Example
Text Example
White with #EC2265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2265; }
p { color: rgb(236,34,101); }
H1.HeaderClassName
{
color: #EC2265;
}
.AnyTagClassName
{
color: #EC2265;
}
</style>
background-color css
<style>
a { background-color: #EC2265; }
a { background-color: rgb(236,34,101); }
div.DivClassName
{
background-color: #EC2265;
}
.BgClassName
{
background-color: #EC2265;
}
</style>
border-color css
<style>
span { border-color: #EC2265; }
span { border-color: rgb(236,34,101); }
td.TdClassName
{
border-color: #EC2265;
}
.TagClassName
{
border-color: #EC2265;
}
</style>