Shades of Deep Pink #EC1283
Tints of Deep Pink #EC1283
RGB
CMYK
RGB Variations
Color information
#EC1283 (or 0xEC1283) is known color: Deep Pink. HEX triplet: EC, 12 and 83. RGB value is (236,18,131). Sum of RGB (Red+Green+Blue) = 236+18+131=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1283 is #13ED7C. Grayscale: #5F5F5F. Windows color (decimal): -1305981 or 8590060. OLE color: 8590060.
HSL color Cylindrical-coordinate representation of color #EC1283: hue angle of 328.9º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1283 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 131 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.07 |
| HSL | 328.9º | 0.86% | 0.5% | - |
| HSV(B) | 328.9º | 0.92% | 0.93% | - |
| XYZ | 38.91 | 19.9 | 23.26 | - |
| YUV | 96.06 | 147.72 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 131 | 0 | 0.92 | 0.44 | 0.07 | 328.9 | 0.86 | 0.5 |
| Hex | EC | 12 | 83 | 0 | 5C | 2C | 7 | 149 | 56 | 32 |
| Octal | 354 | 22 | 203 | 0 | 134 | 54 | 7 | 511 | 126 | 62 |
| Binary | 11101100 | 10010 | 10000011 | 0 | 1011100 | 101100 | 111 | 101001001 | 1010110 | 110010 |
Color Harmonies of #EC1283
Complementary color
Monochromatic Colors of #EC1283
Black with #EC1283
Text Example
Text Example
White with #EC1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1283; }
p { color: rgb(236,18,131); }
H1.HeaderClassName
{
color: #EC1283;
}
.AnyTagClassName
{
color: #EC1283;
}
</style>
background-color css
<style>
a { background-color: #EC1283; }
a { background-color: rgb(236,18,131); }
div.DivClassName
{
background-color: #EC1283;
}
.BgClassName
{
background-color: #EC1283;
}
</style>
border-color css
<style>
span { border-color: #EC1283; }
span { border-color: rgb(236,18,131); }
td.TdClassName
{
border-color: #EC1283;
}
.TagClassName
{
border-color: #EC1283;
}
</style>