Shades of Deep Cerise #EC2283
Tints of Deep Cerise #EC2283
RGB
CMYK
RGB Variations
Color information
#EC2283 (or 0xEC2283) is known color: Deep Cerise. HEX triplet: EC, 22 and 83. RGB value is (236,34,131). Sum of RGB (Red+Green+Blue) = 236+34+131=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2283 is #13DD7C. Grayscale: #696969. Windows color (decimal): -1301885 or 8594156. OLE color: 8594156.
HSL color Cylindrical-coordinate representation of color #EC2283: hue angle of 331.19º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2283 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 131 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.07 |
| HSL | 331.19º | 0.84% | 0.53% | - |
| HSV(B) | 331.19º | 0.86% | 0.93% | - |
| XYZ | 39.26 | 20.62 | 23.38 | - |
| YUV | 105.46 | 142.42 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 131 | 0 | 0.86 | 0.44 | 0.07 | 331.19 | 0.84 | 0.53 |
| Hex | EC | 22 | 83 | 0 | 56 | 2C | 7 | 14B | 54 | 35 |
| Octal | 354 | 42 | 203 | 0 | 126 | 54 | 7 | 513 | 124 | 65 |
| Binary | 11101100 | 100010 | 10000011 | 0 | 1010110 | 101100 | 111 | 101001011 | 1010100 | 110101 |
Color Harmonies of #EC2283
Complementary color
Monochromatic Colors of #EC2283
Black with #EC2283
Text Example
Text Example
White with #EC2283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2283; }
p { color: rgb(236,34,131); }
H1.HeaderClassName
{
color: #EC2283;
}
.AnyTagClassName
{
color: #EC2283;
}
</style>
background-color css
<style>
a { background-color: #EC2283; }
a { background-color: rgb(236,34,131); }
div.DivClassName
{
background-color: #EC2283;
}
.BgClassName
{
background-color: #EC2283;
}
</style>
border-color css
<style>
span { border-color: #EC2283; }
span { border-color: rgb(236,34,131); }
td.TdClassName
{
border-color: #EC2283;
}
.TagClassName
{
border-color: #EC2283;
}
</style>