Shades of Deep Pink #EE157F
Tints of Deep Pink #EE157F
RGB
CMYK
RGB Variations
Color information
#EE157F (or 0xEE157F) is known color: Deep Pink. HEX triplet: EE, 15 and 7F. RGB value is (238,21,127). Sum of RGB (Red+Green+Blue) = 238+21+127=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE157F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE157F is #11EA80. Grayscale: #616161. Windows color (decimal): -1174145 or 8328686. OLE color: 8328686.
HSL color Cylindrical-coordinate representation of color #EE157F: hue angle of 330.69º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE157F is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 127 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.07 |
| HSL | 330.69º | 0.86% | 0.51% | - |
| HSV(B) | 330.69º | 0.91% | 0.93% | - |
| XYZ | 39.36 | 20.25 | 21.91 | - |
| YUV | 97.97 | 144.39 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 127 | 0 | 0.91 | 0.47 | 0.07 | 330.69 | 0.86 | 0.51 |
| Hex | EE | 15 | 7F | 0 | 5B | 2F | 7 | 14B | 56 | 33 |
| Octal | 356 | 25 | 177 | 0 | 133 | 57 | 7 | 513 | 126 | 63 |
| Binary | 11101110 | 10101 | 1111111 | 0 | 1011011 | 101111 | 111 | 101001011 | 1010110 | 110011 |
Color Harmonies of #EE157F
Complementary color
Monochromatic Colors of #EE157F
Black with #EE157F
Text Example
Text Example
White with #EE157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE157F; }
p { color: rgb(238,21,127); }
H1.HeaderClassName
{
color: #EE157F;
}
.AnyTagClassName
{
color: #EE157F;
}
</style>
background-color css
<style>
a { background-color: #EE157F; }
a { background-color: rgb(238,21,127); }
div.DivClassName
{
background-color: #EE157F;
}
.BgClassName
{
background-color: #EE157F;
}
</style>
border-color css
<style>
span { border-color: #EE157F; }
span { border-color: rgb(238,21,127); }
td.TdClassName
{
border-color: #EE157F;
}
.TagClassName
{
border-color: #EE157F;
}
</style>