Shades of Cerise #EC2775
Tints of Cerise #EC2775
RGB
CMYK
RGB Variations
Color information
#EC2775 (or 0xEC2775) is known color: Cerise. HEX triplet: EC, 27 and 75. RGB value is (236,39,117). Sum of RGB (Red+Green+Blue) = 236+39+117=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2775 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2775 is #13D88A. Grayscale: #6A6A6A. Windows color (decimal): -1300619 or 7677932. OLE color: 7677932.
HSL color Cylindrical-coordinate representation of color #EC2775: hue angle of 336.24º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2775 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 117 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.07 |
| HSL | 336.24º | 0.84% | 0.54% | - |
| HSV(B) | 336.24º | 0.83% | 0.93% | - |
| XYZ | 38.53 | 20.57 | 18.77 | - |
| YUV | 106.8 | 133.77 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 117 | 0 | 0.83 | 0.50 | 0.07 | 336.24 | 0.84 | 0.54 |
| Hex | EC | 27 | 75 | 0 | 53 | 32 | 7 | 150 | 54 | 36 |
| Octal | 354 | 47 | 165 | 0 | 123 | 62 | 7 | 520 | 124 | 66 |
| Binary | 11101100 | 100111 | 1110101 | 0 | 1010011 | 110010 | 111 | 101010000 | 1010100 | 110110 |
Color Harmonies of #EC2775
Complementary color
Monochromatic Colors of #EC2775
Black with #EC2775
Text Example
Text Example
White with #EC2775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2775; }
p { color: rgb(236,39,117); }
H1.HeaderClassName
{
color: #EC2775;
}
.AnyTagClassName
{
color: #EC2775;
}
</style>
background-color css
<style>
a { background-color: #EC2775; }
a { background-color: rgb(236,39,117); }
div.DivClassName
{
background-color: #EC2775;
}
.BgClassName
{
background-color: #EC2775;
}
</style>
border-color css
<style>
span { border-color: #EC2775; }
span { border-color: rgb(236,39,117); }
td.TdClassName
{
border-color: #EC2775;
}
.TagClassName
{
border-color: #EC2775;
}
</style>