Shades of Cerise #EC426C
Tints of Cerise #EC426C
RGB
CMYK
RGB Variations
Color information
#EC426C (or 0xEC426C) is known color: Cerise. HEX triplet: EC, 42 and 6C. RGB value is (236,66,108). Sum of RGB (Red+Green+Blue) = 236+66+108=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC426C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC426C is #13BD93. Grayscale: #797979. Windows color (decimal): -1293716 or 7095020. OLE color: 7095020.
HSL color Cylindrical-coordinate representation of color #EC426C: hue angle of 345.18º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC426C is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 108 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.07 |
| HSL | 345.18º | 0.82% | 0.59% | - |
| HSV(B) | 345.18º | 0.72% | 0.93% | - |
| XYZ | 39.25 | 22.81 | 16.52 | - |
| YUV | 121.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 108 | 0 | 0.72 | 0.54 | 0.07 | 345.18 | 0.82 | 0.59 |
| Hex | EC | 42 | 6C | 0 | 48 | 36 | 7 | 159 | 52 | 3B |
| Octal | 354 | 102 | 154 | 0 | 110 | 66 | 7 | 531 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1101100 | 0 | 1001000 | 110110 | 111 | 101011001 | 1010010 | 111011 |
Color Harmonies of #EC426C
Complementary color
Monochromatic Colors of #EC426C
Black with #EC426C
Text Example
Text Example
White with #EC426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC426C; }
p { color: rgb(236,66,108); }
H1.HeaderClassName
{
color: #EC426C;
}
.AnyTagClassName
{
color: #EC426C;
}
</style>
background-color css
<style>
a { background-color: #EC426C; }
a { background-color: rgb(236,66,108); }
div.DivClassName
{
background-color: #EC426C;
}
.BgClassName
{
background-color: #EC426C;
}
</style>
border-color css
<style>
span { border-color: #EC426C; }
span { border-color: rgb(236,66,108); }
td.TdClassName
{
border-color: #EC426C;
}
.TagClassName
{
border-color: #EC426C;
}
</style>