Shades of Deep Pink #EE1483
Tints of Deep Pink #EE1483
RGB
CMYK
RGB Variations
Color information
#EE1483 (or 0xEE1483) is known color: Deep Pink. HEX triplet: EE, 14 and 83. RGB value is (238,20,131). Sum of RGB (Red+Green+Blue) = 238+20+131=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1483 is #11EB7C. Grayscale: #616161. Windows color (decimal): -1174397 or 8590574. OLE color: 8590574.
HSL color Cylindrical-coordinate representation of color #EE1483: hue angle of 329.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1483 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 131 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.07 |
| HSL | 329.45º | 0.87% | 0.51% | - |
| HSV(B) | 329.45º | 0.92% | 0.93% | - |
| XYZ | 39.61 | 20.32 | 23.31 | - |
| YUV | 97.84 | 146.72 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 131 | 0 | 0.92 | 0.45 | 0.07 | 329.45 | 0.87 | 0.51 |
| Hex | EE | 14 | 83 | 0 | 5C | 2D | 7 | 149 | 57 | 33 |
| Octal | 356 | 24 | 203 | 0 | 134 | 55 | 7 | 511 | 127 | 63 |
| Binary | 11101110 | 10100 | 10000011 | 0 | 1011100 | 101101 | 111 | 101001001 | 1010111 | 110011 |
Color Harmonies of #EE1483
Complementary color
Monochromatic Colors of #EE1483
Black with #EE1483
Text Example
Text Example
White with #EE1483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1483; }
p { color: rgb(238,20,131); }
H1.HeaderClassName
{
color: #EE1483;
}
.AnyTagClassName
{
color: #EE1483;
}
</style>
background-color css
<style>
a { background-color: #EE1483; }
a { background-color: rgb(238,20,131); }
div.DivClassName
{
background-color: #EE1483;
}
.BgClassName
{
background-color: #EE1483;
}
</style>
border-color css
<style>
span { border-color: #EE1483; }
span { border-color: rgb(238,20,131); }
td.TdClassName
{
border-color: #EE1483;
}
.TagClassName
{
border-color: #EE1483;
}
</style>