Shades of Deep Cerise #EC2682
Tints of Deep Cerise #EC2682
RGB
CMYK
RGB Variations
Color information
#EC2682 (or 0xEC2682) is known color: Deep Cerise. HEX triplet: EC, 26 and 82. RGB value is (236,38,130). Sum of RGB (Red+Green+Blue) = 236+38+130=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2682 is #13D97D. Grayscale: #6B6B6B. Windows color (decimal): -1300862 or 8529644. OLE color: 8529644.
HSL color Cylindrical-coordinate representation of color #EC2682: hue angle of 332.12º 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 #EC2682 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 130 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.07 |
| HSL | 332.12º | 0.84% | 0.54% | - |
| HSV(B) | 332.12º | 0.84% | 0.93% | - |
| XYZ | 39.31 | 20.83 | 23.07 | - |
| YUV | 107.69 | 140.6 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 130 | 0 | 0.84 | 0.45 | 0.07 | 332.12 | 0.84 | 0.54 |
| Hex | EC | 26 | 82 | 0 | 54 | 2D | 7 | 14C | 54 | 36 |
| Octal | 354 | 46 | 202 | 0 | 124 | 55 | 7 | 514 | 124 | 66 |
| Binary | 11101100 | 100110 | 10000010 | 0 | 1010100 | 101101 | 111 | 101001100 | 1010100 | 110110 |
Color Harmonies of #EC2682
Complementary color
Monochromatic Colors of #EC2682
Black with #EC2682
Text Example
Text Example
White with #EC2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2682; }
p { color: rgb(236,38,130); }
H1.HeaderClassName
{
color: #EC2682;
}
.AnyTagClassName
{
color: #EC2682;
}
</style>
background-color css
<style>
a { background-color: #EC2682; }
a { background-color: rgb(236,38,130); }
div.DivClassName
{
background-color: #EC2682;
}
.BgClassName
{
background-color: #EC2682;
}
</style>
border-color css
<style>
span { border-color: #EC2682; }
span { border-color: rgb(236,38,130); }
td.TdClassName
{
border-color: #EC2682;
}
.TagClassName
{
border-color: #EC2682;
}
</style>