Shades of Cerise #EC286B
Tints of Cerise #EC286B
RGB
CMYK
RGB Variations
Color information
#EC286B (or 0xEC286B) is known color: Cerise. HEX triplet: EC, 28 and 6B. RGB value is (236,40,107). Sum of RGB (Red+Green+Blue) = 236+40+107=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC286B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC286B is #13D794. Grayscale: #6A6A6A. Windows color (decimal): -1300373 or 7022828. OLE color: 7022828.
HSL color Cylindrical-coordinate representation of color #EC286B: hue angle of 339.49º 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 #EC286B is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 107 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.07 |
| HSL | 339.49º | 0.84% | 0.54% | - |
| HSV(B) | 339.49º | 0.83% | 0.93% | - |
| XYZ | 38 | 20.41 | 15.85 | - |
| YUV | 106.24 | 128.43 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 107 | 0 | 0.83 | 0.55 | 0.07 | 339.49 | 0.84 | 0.54 |
| Hex | EC | 28 | 6B | 0 | 53 | 37 | 7 | 153 | 54 | 36 |
| Octal | 354 | 50 | 153 | 0 | 123 | 67 | 7 | 523 | 124 | 66 |
| Binary | 11101100 | 101000 | 1101011 | 0 | 1010011 | 110111 | 111 | 101010011 | 1010100 | 110110 |
Color Harmonies of #EC286B
Complementary color
Monochromatic Colors of #EC286B
Black with #EC286B
Text Example
Text Example
White with #EC286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC286B; }
p { color: rgb(236,40,107); }
H1.HeaderClassName
{
color: #EC286B;
}
.AnyTagClassName
{
color: #EC286B;
}
</style>
background-color css
<style>
a { background-color: #EC286B; }
a { background-color: rgb(236,40,107); }
div.DivClassName
{
background-color: #EC286B;
}
.BgClassName
{
background-color: #EC286B;
}
</style>
border-color css
<style>
span { border-color: #EC286B; }
span { border-color: rgb(236,40,107); }
td.TdClassName
{
border-color: #EC286B;
}
.TagClassName
{
border-color: #EC286B;
}
</style>