Shades of Cerise #EC2673
Tints of Cerise #EC2673
RGB
CMYK
RGB Variations
Color information
#EC2673 (or 0xEC2673) is known color: Cerise. HEX triplet: EC, 26 and 73. RGB value is (236,38,115). Sum of RGB (Red+Green+Blue) = 236+38+115=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2673 is #13D98C. Grayscale: #696969. Windows color (decimal): -1300877 or 7546604. OLE color: 7546604.
HSL color Cylindrical-coordinate representation of color #EC2673: hue angle of 336.67º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2673 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 115 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.07 |
| HSL | 336.67º | 0.84% | 0.54% | - |
| HSV(B) | 336.67º | 0.84% | 0.93% | - |
| XYZ | 38.38 | 20.46 | 18.15 | - |
| YUV | 105.98 | 133.1 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 115 | 0 | 0.84 | 0.51 | 0.07 | 336.67 | 0.84 | 0.54 |
| Hex | EC | 26 | 73 | 0 | 54 | 33 | 7 | 151 | 54 | 36 |
| Octal | 354 | 46 | 163 | 0 | 124 | 63 | 7 | 521 | 124 | 66 |
| Binary | 11101100 | 100110 | 1110011 | 0 | 1010100 | 110011 | 111 | 101010001 | 1010100 | 110110 |
Color Harmonies of #EC2673
Complementary color
Monochromatic Colors of #EC2673
Black with #EC2673
Text Example
Text Example
White with #EC2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2673; }
p { color: rgb(236,38,115); }
H1.HeaderClassName
{
color: #EC2673;
}
.AnyTagClassName
{
color: #EC2673;
}
</style>
background-color css
<style>
a { background-color: #EC2673; }
a { background-color: rgb(236,38,115); }
div.DivClassName
{
background-color: #EC2673;
}
.BgClassName
{
background-color: #EC2673;
}
</style>
border-color css
<style>
span { border-color: #EC2673; }
span { border-color: rgb(236,38,115); }
td.TdClassName
{
border-color: #EC2673;
}
.TagClassName
{
border-color: #EC2673;
}
</style>