Shades of Deep Pink #EE1083
Tints of Deep Pink #EE1083
RGB
CMYK
RGB Variations
Color information
#EE1083 (or 0xEE1083) is known color: Deep Pink. HEX triplet: EE, 10 and 83. RGB value is (238,16,131). Sum of RGB (Red+Green+Blue) = 238+16+131=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1083 is #11EF7C. Grayscale: #5F5F5F. Windows color (decimal): -1175421 or 8589550. OLE color: 8589550.
HSL color Cylindrical-coordinate representation of color #EE1083: hue angle of 328.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1083 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 131 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.07 |
| HSL | 328.92º | 0.87% | 0.5% | - |
| HSV(B) | 328.92º | 0.93% | 0.93% | - |
| XYZ | 39.54 | 20.19 | 23.29 | - |
| YUV | 95.49 | 148.05 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 131 | 0 | 0.93 | 0.45 | 0.07 | 328.92 | 0.87 | 0.5 |
| Hex | EE | 10 | 83 | 0 | 5D | 2D | 7 | 149 | 57 | 32 |
| Octal | 356 | 20 | 203 | 0 | 135 | 55 | 7 | 511 | 127 | 62 |
| Binary | 11101110 | 10000 | 10000011 | 0 | 1011101 | 101101 | 111 | 101001001 | 1010111 | 110010 |
Color Harmonies of #EE1083
Complementary color
Monochromatic Colors of #EE1083
Black with #EE1083
Text Example
Text Example
White with #EE1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1083; }
p { color: rgb(238,16,131); }
H1.HeaderClassName
{
color: #EE1083;
}
.AnyTagClassName
{
color: #EE1083;
}
</style>
background-color css
<style>
a { background-color: #EE1083; }
a { background-color: rgb(238,16,131); }
div.DivClassName
{
background-color: #EE1083;
}
.BgClassName
{
background-color: #EE1083;
}
</style>
border-color css
<style>
span { border-color: #EE1083; }
span { border-color: rgb(238,16,131); }
td.TdClassName
{
border-color: #EE1083;
}
.TagClassName
{
border-color: #EE1083;
}
</style>