Shades of Deep Pink #EE157E
Tints of Deep Pink #EE157E
RGB
CMYK
RGB Variations
Color information
#EE157E (or 0xEE157E) is known color: Deep Pink. HEX triplet: EE, 15 and 7E. RGB value is (238,21,126). Sum of RGB (Red+Green+Blue) = 238+21+126=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE157E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE157E is #11EA81. Grayscale: #616161. Windows color (decimal): -1174146 or 8263150. OLE color: 8263150.
HSL color Cylindrical-coordinate representation of color #EE157E: hue angle of 330.97º 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 #EE157E is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 126 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.07 |
| HSL | 330.97º | 0.86% | 0.51% | - |
| HSV(B) | 330.97º | 0.91% | 0.93% | - |
| XYZ | 39.29 | 20.22 | 21.57 | - |
| YUV | 97.85 | 143.89 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 126 | 0 | 0.91 | 0.47 | 0.07 | 330.97 | 0.86 | 0.51 |
| Hex | EE | 15 | 7E | 0 | 5B | 2F | 7 | 14B | 56 | 33 |
| Octal | 356 | 25 | 176 | 0 | 133 | 57 | 7 | 513 | 126 | 63 |
| Binary | 11101110 | 10101 | 1111110 | 0 | 1011011 | 101111 | 111 | 101001011 | 1010110 | 110011 |
Color Harmonies of #EE157E
Complementary color
Monochromatic Colors of #EE157E
Black with #EE157E
Text Example
Text Example
White with #EE157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE157E; }
p { color: rgb(238,21,126); }
H1.HeaderClassName
{
color: #EE157E;
}
.AnyTagClassName
{
color: #EE157E;
}
</style>
background-color css
<style>
a { background-color: #EE157E; }
a { background-color: rgb(238,21,126); }
div.DivClassName
{
background-color: #EE157E;
}
.BgClassName
{
background-color: #EE157E;
}
</style>
border-color css
<style>
span { border-color: #EE157E; }
span { border-color: rgb(238,21,126); }
td.TdClassName
{
border-color: #EE157E;
}
.TagClassName
{
border-color: #EE157E;
}
</style>