Shades of Deep Pink #EE0185
Tints of Deep Pink #EE0185
RGB
CMYK
RGB Variations
Color information
#EE0185 (or 0xEE0185) is known color: Deep Pink. HEX triplet: EE, 01 and 85. RGB value is (238,1,133). Sum of RGB (Red+Green+Blue) = 238+1+133=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0185 is #11FE7A. Grayscale: #565656. Windows color (decimal): -1179259 or 8716782. OLE color: 8716782.
HSL color Cylindrical-coordinate representation of color #EE0185: hue angle of 326.58º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0185 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 133 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.07 |
| HSL | 326.58º | 0.99% | 0.47% | - |
| HSV(B) | 326.58º | 1% | 0.93% | - |
| XYZ | 39.5 | 19.89 | 23.95 | - |
| YUV | 86.91 | 154.02 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 133 | 0 | 1.00 | 0.44 | 0.07 | 326.58 | 0.99 | 0.47 |
| Hex | EE | 1 | 85 | 0 | 64 | 2C | 7 | 147 | 63 | 2F |
| Octal | 356 | 1 | 205 | 0 | 144 | 54 | 7 | 507 | 143 | 57 |
| Binary | 11101110 | 1 | 10000101 | 0 | 1100100 | 101100 | 111 | 101000111 | 1100011 | 101111 |
Color Harmonies of #EE0185
Complementary color
Monochromatic Colors of #EE0185
Black with #EE0185
Text Example
Text Example
White with #EE0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0185; }
p { color: rgb(238,1,133); }
H1.HeaderClassName
{
color: #EE0185;
}
.AnyTagClassName
{
color: #EE0185;
}
</style>
background-color css
<style>
a { background-color: #EE0185; }
a { background-color: rgb(238,1,133); }
div.DivClassName
{
background-color: #EE0185;
}
.BgClassName
{
background-color: #EE0185;
}
</style>
border-color css
<style>
span { border-color: #EE0185; }
span { border-color: rgb(238,1,133); }
td.TdClassName
{
border-color: #EE0185;
}
.TagClassName
{
border-color: #EE0185;
}
</style>