Shades of Deep Pink #EE167F
Tints of Deep Pink #EE167F
RGB
CMYK
RGB Variations
Color information
#EE167F (or 0xEE167F) is known color: Deep Pink. HEX triplet: EE, 16 and 7F. RGB value is (238,22,127). Sum of RGB (Red+Green+Blue) = 238+22+127=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE167F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE167F is #11E980. Grayscale: #626262. Windows color (decimal): -1173889 or 8328942. OLE color: 8328942.
HSL color Cylindrical-coordinate representation of color #EE167F: hue angle of 330.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE167F is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 127 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.07 |
| HSL | 330.83º | 0.86% | 0.51% | - |
| HSV(B) | 330.83º | 0.91% | 0.93% | - |
| XYZ | 39.38 | 20.28 | 21.92 | - |
| YUV | 98.55 | 144.06 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 127 | 0 | 0.91 | 0.47 | 0.07 | 330.83 | 0.86 | 0.51 |
| Hex | EE | 16 | 7F | 0 | 5B | 2F | 7 | 14B | 56 | 33 |
| Octal | 356 | 26 | 177 | 0 | 133 | 57 | 7 | 513 | 126 | 63 |
| Binary | 11101110 | 10110 | 1111111 | 0 | 1011011 | 101111 | 111 | 101001011 | 1010110 | 110011 |
Color Harmonies of #EE167F
Complementary color
Monochromatic Colors of #EE167F
Black with #EE167F
Text Example
Text Example
White with #EE167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE167F; }
p { color: rgb(238,22,127); }
H1.HeaderClassName
{
color: #EE167F;
}
.AnyTagClassName
{
color: #EE167F;
}
</style>
background-color css
<style>
a { background-color: #EE167F; }
a { background-color: rgb(238,22,127); }
div.DivClassName
{
background-color: #EE167F;
}
.BgClassName
{
background-color: #EE167F;
}
</style>
border-color css
<style>
span { border-color: #EE167F; }
span { border-color: rgb(238,22,127); }
td.TdClassName
{
border-color: #EE167F;
}
.TagClassName
{
border-color: #EE167F;
}
</style>