Shades of Deep Pink #EE0A7B
Tints of Deep Pink #EE0A7B
RGB
CMYK
RGB Variations
Color information
#EE0A7B (or 0xEE0A7B) is known color: Deep Pink. HEX triplet: EE, 0A and 7B. RGB value is (238,10,123). Sum of RGB (Red+Green+Blue) = 238+10+123=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0A7B is #11F584. Grayscale: #5A5A5A. Windows color (decimal): -1176965 or 8063726. OLE color: 8063726.
HSL color Cylindrical-coordinate representation of color #EE0A7B: hue angle of 330.26º 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 #EE0A7B is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 123 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.07 |
| HSL | 330.26º | 0.92% | 0.49% | - |
| HSV(B) | 330.26º | 0.96% | 0.93% | - |
| XYZ | 38.94 | 19.82 | 20.51 | - |
| YUV | 91.05 | 146.04 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 123 | 0 | 0.96 | 0.48 | 0.07 | 330.26 | 0.92 | 0.49 |
| Hex | EE | A | 7B | 0 | 60 | 30 | 7 | 14A | 5C | 31 |
| Octal | 356 | 12 | 173 | 0 | 140 | 60 | 7 | 512 | 134 | 61 |
| Binary | 11101110 | 1010 | 1111011 | 0 | 1100000 | 110000 | 111 | 101001010 | 1011100 | 110001 |
Color Harmonies of #EE0A7B
Complementary color
Monochromatic Colors of #EE0A7B
Black with #EE0A7B
Text Example
Text Example
White with #EE0A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A7B; }
p { color: rgb(238,10,123); }
H1.HeaderClassName
{
color: #EE0A7B;
}
.AnyTagClassName
{
color: #EE0A7B;
}
</style>
background-color css
<style>
a { background-color: #EE0A7B; }
a { background-color: rgb(238,10,123); }
div.DivClassName
{
background-color: #EE0A7B;
}
.BgClassName
{
background-color: #EE0A7B;
}
</style>
border-color css
<style>
span { border-color: #EE0A7B; }
span { border-color: rgb(238,10,123); }
td.TdClassName
{
border-color: #EE0A7B;
}
.TagClassName
{
border-color: #EE0A7B;
}
</style>