Shades of Deep Pink #EE147F
Tints of Deep Pink #EE147F
RGB
CMYK
RGB Variations
Color information
#EE147F (or 0xEE147F) is known color: Deep Pink. HEX triplet: EE, 14 and 7F. RGB value is (238,20,127). Sum of RGB (Red+Green+Blue) = 238+20+127=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE147F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE147F is #11EB80. Grayscale: #616161. Windows color (decimal): -1174401 or 8328430. OLE color: 8328430.
HSL color Cylindrical-coordinate representation of color #EE147F: hue angle of 330.55º 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 #EE147F is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 127 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.07 |
| HSL | 330.55º | 0.87% | 0.51% | - |
| HSV(B) | 330.55º | 0.92% | 0.93% | - |
| XYZ | 39.34 | 20.21 | 21.91 | - |
| YUV | 97.38 | 144.72 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 127 | 0 | 0.92 | 0.47 | 0.07 | 330.55 | 0.87 | 0.51 |
| Hex | EE | 14 | 7F | 0 | 5C | 2F | 7 | 14B | 57 | 33 |
| Octal | 356 | 24 | 177 | 0 | 134 | 57 | 7 | 513 | 127 | 63 |
| Binary | 11101110 | 10100 | 1111111 | 0 | 1011100 | 101111 | 111 | 101001011 | 1010111 | 110011 |
Color Harmonies of #EE147F
Complementary color
Monochromatic Colors of #EE147F
Black with #EE147F
Text Example
Text Example
White with #EE147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE147F; }
p { color: rgb(238,20,127); }
H1.HeaderClassName
{
color: #EE147F;
}
.AnyTagClassName
{
color: #EE147F;
}
</style>
background-color css
<style>
a { background-color: #EE147F; }
a { background-color: rgb(238,20,127); }
div.DivClassName
{
background-color: #EE147F;
}
.BgClassName
{
background-color: #EE147F;
}
</style>
border-color css
<style>
span { border-color: #EE147F; }
span { border-color: rgb(238,20,127); }
td.TdClassName
{
border-color: #EE147F;
}
.TagClassName
{
border-color: #EE147F;
}
</style>