Shades of Deep Pink #EC2391
Tints of Deep Pink #EC2391
RGB
CMYK
RGB Variations
Color information
#EC2391 (or 0xEC2391) is known color: Deep Pink. HEX triplet: EC, 23 and 91. RGB value is (236,35,145). Sum of RGB (Red+Green+Blue) = 236+35+145=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2391 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2391 is #13DC6E. Grayscale: #6B6B6B. Windows color (decimal): -1301615 or 9511916. OLE color: 9511916.
HSL color Cylindrical-coordinate representation of color #EC2391: hue angle of 327.16º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2391 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 145 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.07 |
| HSL | 327.16º | 0.84% | 0.53% | - |
| HSV(B) | 327.16º | 0.85% | 0.93% | - |
| XYZ | 40.3 | 21.08 | 28.73 | - |
| YUV | 107.64 | 149.09 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 145 | 0 | 0.85 | 0.39 | 0.07 | 327.16 | 0.84 | 0.53 |
| Hex | EC | 23 | 91 | 0 | 55 | 27 | 7 | 147 | 54 | 35 |
| Octal | 354 | 43 | 221 | 0 | 125 | 47 | 7 | 507 | 124 | 65 |
| Binary | 11101100 | 100011 | 10010001 | 0 | 1010101 | 100111 | 111 | 101000111 | 1010100 | 110101 |
Color Harmonies of #EC2391
Complementary color
Monochromatic Colors of #EC2391
Black with #EC2391
Text Example
Text Example
White with #EC2391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2391; }
p { color: rgb(236,35,145); }
H1.HeaderClassName
{
color: #EC2391;
}
.AnyTagClassName
{
color: #EC2391;
}
</style>
background-color css
<style>
a { background-color: #EC2391; }
a { background-color: rgb(236,35,145); }
div.DivClassName
{
background-color: #EC2391;
}
.BgClassName
{
background-color: #EC2391;
}
</style>
border-color css
<style>
span { border-color: #EC2391; }
span { border-color: rgb(236,35,145); }
td.TdClassName
{
border-color: #EC2391;
}
.TagClassName
{
border-color: #EC2391;
}
</style>