Shades of Cerise #EC2667
Tints of Cerise #EC2667
RGB
CMYK
RGB Variations
Color information
#EC2667 (or 0xEC2667) is known color: Cerise. HEX triplet: EC, 26 and 67. RGB value is (236,38,103). Sum of RGB (Red+Green+Blue) = 236+38+103=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2667 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2667 is #13D998. Grayscale: #686868. Windows color (decimal): -1300889 or 6760172. OLE color: 6760172.
HSL color Cylindrical-coordinate representation of color #EC2667: hue angle of 340.3º 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 #EC2667 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 103 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.07 |
| HSL | 340.3º | 0.84% | 0.54% | - |
| HSV(B) | 340.3º | 0.84% | 0.93% | - |
| XYZ | 37.73 | 20.2 | 14.74 | - |
| YUV | 104.61 | 127.1 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 103 | 0 | 0.84 | 0.56 | 0.07 | 340.3 | 0.84 | 0.54 |
| Hex | EC | 26 | 67 | 0 | 54 | 38 | 7 | 154 | 54 | 36 |
| Octal | 354 | 46 | 147 | 0 | 124 | 70 | 7 | 524 | 124 | 66 |
| Binary | 11101100 | 100110 | 1100111 | 0 | 1010100 | 111000 | 111 | 101010100 | 1010100 | 110110 |
Color Harmonies of #EC2667
Complementary color
Monochromatic Colors of #EC2667
Black with #EC2667
Text Example
Text Example
White with #EC2667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2667; }
p { color: rgb(236,38,103); }
H1.HeaderClassName
{
color: #EC2667;
}
.AnyTagClassName
{
color: #EC2667;
}
</style>
background-color css
<style>
a { background-color: #EC2667; }
a { background-color: rgb(236,38,103); }
div.DivClassName
{
background-color: #EC2667;
}
.BgClassName
{
background-color: #EC2667;
}
</style>
border-color css
<style>
span { border-color: #EC2667; }
span { border-color: rgb(236,38,103); }
td.TdClassName
{
border-color: #EC2667;
}
.TagClassName
{
border-color: #EC2667;
}
</style>