Shades of Deep Pink #EE0F7A
Tints of Deep Pink #EE0F7A
RGB
CMYK
RGB Variations
Color information
#EE0F7A (or 0xEE0F7A) is known color: Deep Pink. HEX triplet: EE, 0F and 7A. RGB value is (238,15,122). Sum of RGB (Red+Green+Blue) = 238+15+122=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0F7A is #11F085. Grayscale: #5D5D5D. Windows color (decimal): -1175686 or 7999470. OLE color: 7999470.
HSL color Cylindrical-coordinate representation of color #EE0F7A: hue angle of 331.21º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F7A is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 122 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.07 |
| HSL | 331.21º | 0.88% | 0.5% | - |
| HSV(B) | 331.21º | 0.94% | 0.93% | - |
| XYZ | 38.94 | 19.92 | 20.21 | - |
| YUV | 93.88 | 143.88 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 122 | 0 | 0.94 | 0.49 | 0.07 | 331.21 | 0.88 | 0.5 |
| Hex | EE | F | 7A | 0 | 5E | 31 | 7 | 14B | 58 | 32 |
| Octal | 356 | 17 | 172 | 0 | 136 | 61 | 7 | 513 | 130 | 62 |
| Binary | 11101110 | 1111 | 1111010 | 0 | 1011110 | 110001 | 111 | 101001011 | 1011000 | 110010 |
Color Harmonies of #EE0F7A
Complementary color
Monochromatic Colors of #EE0F7A
Black with #EE0F7A
Text Example
Text Example
White with #EE0F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F7A; }
p { color: rgb(238,15,122); }
H1.HeaderClassName
{
color: #EE0F7A;
}
.AnyTagClassName
{
color: #EE0F7A;
}
</style>
background-color css
<style>
a { background-color: #EE0F7A; }
a { background-color: rgb(238,15,122); }
div.DivClassName
{
background-color: #EE0F7A;
}
.BgClassName
{
background-color: #EE0F7A;
}
</style>
border-color css
<style>
span { border-color: #EE0F7A; }
span { border-color: rgb(238,15,122); }
td.TdClassName
{
border-color: #EE0F7A;
}
.TagClassName
{
border-color: #EE0F7A;
}
</style>