Shades of Deep Pink #EE147C
Tints of Deep Pink #EE147C
RGB
CMYK
RGB Variations
Color information
#EE147C (or 0xEE147C) is known color: Deep Pink. HEX triplet: EE, 14 and 7C. RGB value is (238,20,124). Sum of RGB (Red+Green+Blue) = 238+20+124=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE147C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE147C is #11EB83. Grayscale: #606060. Windows color (decimal): -1174404 or 8131822. OLE color: 8131822.
HSL color Cylindrical-coordinate representation of color #EE147C: hue angle of 331.38º 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 #EE147C is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 124 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.07 |
| HSL | 331.38º | 0.87% | 0.51% | - |
| HSV(B) | 331.38º | 0.92% | 0.93% | - |
| XYZ | 39.15 | 20.13 | 20.89 | - |
| YUV | 97.04 | 143.22 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 124 | 0 | 0.92 | 0.48 | 0.07 | 331.38 | 0.87 | 0.51 |
| Hex | EE | 14 | 7C | 0 | 5C | 30 | 7 | 14B | 57 | 33 |
| Octal | 356 | 24 | 174 | 0 | 134 | 60 | 7 | 513 | 127 | 63 |
| Binary | 11101110 | 10100 | 1111100 | 0 | 1011100 | 110000 | 111 | 101001011 | 1010111 | 110011 |
Color Harmonies of #EE147C
Complementary color
Monochromatic Colors of #EE147C
Black with #EE147C
Text Example
Text Example
White with #EE147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE147C; }
p { color: rgb(238,20,124); }
H1.HeaderClassName
{
color: #EE147C;
}
.AnyTagClassName
{
color: #EE147C;
}
</style>
background-color css
<style>
a { background-color: #EE147C; }
a { background-color: rgb(238,20,124); }
div.DivClassName
{
background-color: #EE147C;
}
.BgClassName
{
background-color: #EE147C;
}
</style>
border-color css
<style>
span { border-color: #EE147C; }
span { border-color: rgb(238,20,124); }
td.TdClassName
{
border-color: #EE147C;
}
.TagClassName
{
border-color: #EE147C;
}
</style>