Shades of Deep Pink #EC2290
Tints of Deep Pink #EC2290
RGB
CMYK
RGB Variations
Color information
#EC2290 (or 0xEC2290) is known color: Deep Pink. HEX triplet: EC, 22 and 90. RGB value is (236,34,144). Sum of RGB (Red+Green+Blue) = 236+34+144=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 34 (13.67% from 255 or 8.21% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2290 is #13DD6F. Grayscale: #6A6A6A. Windows color (decimal): -1301872 or 9446124. OLE color: 9446124.
HSL color Cylindrical-coordinate representation of color #EC2290: hue angle of 327.33º 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 #EC2290 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 144 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.07 |
| HSL | 327.33º | 0.84% | 0.53% | - |
| HSV(B) | 327.33º | 0.86% | 0.93% | - |
| XYZ | 40.2 | 20.99 | 28.32 | - |
| YUV | 106.94 | 148.92 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 144 | 0 | 0.86 | 0.39 | 0.07 | 327.33 | 0.84 | 0.53 |
| Hex | EC | 22 | 90 | 0 | 56 | 27 | 7 | 147 | 54 | 35 |
| Octal | 354 | 42 | 220 | 0 | 126 | 47 | 7 | 507 | 124 | 65 |
| Binary | 11101100 | 100010 | 10010000 | 0 | 1010110 | 100111 | 111 | 101000111 | 1010100 | 110101 |
Color Harmonies of #EC2290
Complementary color
Monochromatic Colors of #EC2290
Black with #EC2290
Text Example
Text Example
White with #EC2290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2290; }
p { color: rgb(236,34,144); }
H1.HeaderClassName
{
color: #EC2290;
}
.AnyTagClassName
{
color: #EC2290;
}
</style>
background-color css
<style>
a { background-color: #EC2290; }
a { background-color: rgb(236,34,144); }
div.DivClassName
{
background-color: #EC2290;
}
.BgClassName
{
background-color: #EC2290;
}
</style>
border-color css
<style>
span { border-color: #EC2290; }
span { border-color: rgb(236,34,144); }
td.TdClassName
{
border-color: #EC2290;
}
.TagClassName
{
border-color: #EC2290;
}
</style>