Shades of Cerise #EC3469
Tints of Cerise #EC3469
RGB
CMYK
RGB Variations
Color information
#EC3469 (or 0xEC3469) is known color: Cerise. HEX triplet: EC, 34 and 69. RGB value is (236,52,105). Sum of RGB (Red+Green+Blue) = 236+52+105=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3469 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3469 is #13CB96. Grayscale: #717171. Windows color (decimal): -1297303 or 6894828. OLE color: 6894828.
HSL color Cylindrical-coordinate representation of color #EC3469: hue angle of 342.72º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3469 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 105 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.07 |
| HSL | 342.72º | 0.83% | 0.56% | - |
| HSV(B) | 342.72º | 0.78% | 0.93% | - |
| XYZ | 38.37 | 21.31 | 15.46 | - |
| YUV | 113.06 | 123.46 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 105 | 0 | 0.78 | 0.56 | 0.07 | 342.72 | 0.83 | 0.56 |
| Hex | EC | 34 | 69 | 0 | 4E | 38 | 7 | 157 | 53 | 38 |
| Octal | 354 | 64 | 151 | 0 | 116 | 70 | 7 | 527 | 123 | 70 |
| Binary | 11101100 | 110100 | 1101001 | 0 | 1001110 | 111000 | 111 | 101010111 | 1010011 | 111000 |
Color Harmonies of #EC3469
Complementary color
Monochromatic Colors of #EC3469
Black with #EC3469
Text Example
Text Example
White with #EC3469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3469; }
p { color: rgb(236,52,105); }
H1.HeaderClassName
{
color: #EC3469;
}
.AnyTagClassName
{
color: #EC3469;
}
</style>
background-color css
<style>
a { background-color: #EC3469; }
a { background-color: rgb(236,52,105); }
div.DivClassName
{
background-color: #EC3469;
}
.BgClassName
{
background-color: #EC3469;
}
</style>
border-color css
<style>
span { border-color: #EC3469; }
span { border-color: rgb(236,52,105); }
td.TdClassName
{
border-color: #EC3469;
}
.TagClassName
{
border-color: #EC3469;
}
</style>