Shades of Deep Pink #E7168F
Tints of Deep Pink #E7168F
RGB
CMYK
RGB Variations
Color information
#E7168F (or 0xE7168F) is known color: Deep Pink. HEX triplet: E7, 16 and 8F. RGB value is (231,22,143). Sum of RGB (Red+Green+Blue) = 231+22+143=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E7168F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7168F is #18E970. Grayscale: #626262. Windows color (decimal): -1632625 or 9377511. OLE color: 9377511.
HSL color Cylindrical-coordinate representation of color #E7168F: hue angle of 325.26º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7168F is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 143 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.09 |
| HSL | 325.26º | 0.83% | 0.5% | - |
| HSV(B) | 325.26º | 0.9% | 0.91% | - |
| XYZ | 38.2 | 19.55 | 27.75 | - |
| YUV | 98.29 | 153.24 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 143 | 0 | 0.90 | 0.38 | 0.09 | 325.26 | 0.83 | 0.5 |
| Hex | E7 | 16 | 8F | 0 | 5A | 26 | 9 | 145 | 53 | 32 |
| Octal | 347 | 26 | 217 | 0 | 132 | 46 | 11 | 505 | 123 | 62 |
| Binary | 11100111 | 10110 | 10001111 | 0 | 1011010 | 100110 | 1001 | 101000101 | 1010011 | 110010 |
Color Harmonies of #E7168F
Complementary color
Monochromatic Colors of #E7168F
Black with #E7168F
Text Example
Text Example
White with #E7168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7168F; }
p { color: rgb(231,22,143); }
H1.HeaderClassName
{
color: #E7168F;
}
.AnyTagClassName
{
color: #E7168F;
}
</style>
background-color css
<style>
a { background-color: #E7168F; }
a { background-color: rgb(231,22,143); }
div.DivClassName
{
background-color: #E7168F;
}
.BgClassName
{
background-color: #E7168F;
}
</style>
border-color css
<style>
span { border-color: #E7168F; }
span { border-color: rgb(231,22,143); }
td.TdClassName
{
border-color: #E7168F;
}
.TagClassName
{
border-color: #E7168F;
}
</style>