Shades of Deep Pink #EE0F7F
Tints of Deep Pink #EE0F7F
RGB
CMYK
RGB Variations
Color information
#EE0F7F (or 0xEE0F7F) is known color: Deep Pink. HEX triplet: EE, 0F and 7F. RGB value is (238,15,127). Sum of RGB (Red+Green+Blue) = 238+15+127=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0F7F is #11F080. Grayscale: #5E5E5E. Windows color (decimal): -1175681 or 8327150. OLE color: 8327150.
HSL color Cylindrical-coordinate representation of color #EE0F7F: hue angle of 329.87º 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 #EE0F7F is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 127 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.07 |
| HSL | 329.87º | 0.88% | 0.5% | - |
| HSV(B) | 329.87º | 0.94% | 0.93% | - |
| XYZ | 39.26 | 20.05 | 21.88 | - |
| YUV | 94.45 | 146.38 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 127 | 0 | 0.94 | 0.47 | 0.07 | 329.87 | 0.88 | 0.5 |
| Hex | EE | F | 7F | 0 | 5E | 2F | 7 | 14A | 58 | 32 |
| Octal | 356 | 17 | 177 | 0 | 136 | 57 | 7 | 512 | 130 | 62 |
| Binary | 11101110 | 1111 | 1111111 | 0 | 1011110 | 101111 | 111 | 101001010 | 1011000 | 110010 |
Color Harmonies of #EE0F7F
Complementary color
Monochromatic Colors of #EE0F7F
Black with #EE0F7F
Text Example
Text Example
White with #EE0F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F7F; }
p { color: rgb(238,15,127); }
H1.HeaderClassName
{
color: #EE0F7F;
}
.AnyTagClassName
{
color: #EE0F7F;
}
</style>
background-color css
<style>
a { background-color: #EE0F7F; }
a { background-color: rgb(238,15,127); }
div.DivClassName
{
background-color: #EE0F7F;
}
.BgClassName
{
background-color: #EE0F7F;
}
</style>
border-color css
<style>
span { border-color: #EE0F7F; }
span { border-color: rgb(238,15,127); }
td.TdClassName
{
border-color: #EE0F7F;
}
.TagClassName
{
border-color: #EE0F7F;
}
</style>