Shades of Deep Pink #EE0A7D
Tints of Deep Pink #EE0A7D
RGB
CMYK
RGB Variations
Color information
#EE0A7D (or 0xEE0A7D) is known color: Deep Pink. HEX triplet: EE, 0A and 7D. RGB value is (238,10,125). Sum of RGB (Red+Green+Blue) = 238+10+125=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0A7D is #11F582. Grayscale: #5B5B5B. Windows color (decimal): -1176963 or 8194798. OLE color: 8194798.
HSL color Cylindrical-coordinate representation of color #EE0A7D: hue angle of 329.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0A7D is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 125 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.07 |
| HSL | 329.74º | 0.92% | 0.49% | - |
| HSV(B) | 329.74º | 0.96% | 0.93% | - |
| XYZ | 39.07 | 19.87 | 21.18 | - |
| YUV | 91.28 | 147.04 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 125 | 0 | 0.96 | 0.47 | 0.07 | 329.74 | 0.92 | 0.49 |
| Hex | EE | A | 7D | 0 | 60 | 2F | 7 | 14A | 5C | 31 |
| Octal | 356 | 12 | 175 | 0 | 140 | 57 | 7 | 512 | 134 | 61 |
| Binary | 11101110 | 1010 | 1111101 | 0 | 1100000 | 101111 | 111 | 101001010 | 1011100 | 110001 |
Color Harmonies of #EE0A7D
Complementary color
Monochromatic Colors of #EE0A7D
Black with #EE0A7D
Text Example
Text Example
White with #EE0A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A7D; }
p { color: rgb(238,10,125); }
H1.HeaderClassName
{
color: #EE0A7D;
}
.AnyTagClassName
{
color: #EE0A7D;
}
</style>
background-color css
<style>
a { background-color: #EE0A7D; }
a { background-color: rgb(238,10,125); }
div.DivClassName
{
background-color: #EE0A7D;
}
.BgClassName
{
background-color: #EE0A7D;
}
</style>
border-color css
<style>
span { border-color: #EE0A7D; }
span { border-color: rgb(238,10,125); }
td.TdClassName
{
border-color: #EE0A7D;
}
.TagClassName
{
border-color: #EE0A7D;
}
</style>