Shades of Deep Pink #E5168F
Tints of Deep Pink #E5168F
RGB
CMYK
RGB Variations
Color information
#E5168F (or 0xE5168F) is known color: Deep Pink. HEX triplet: E5, 16 and 8F. RGB value is (229,22,143). Sum of RGB (Red+Green+Blue) = 229+22+143=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E5168F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5168F is #1AE970. Grayscale: #616161. Windows color (decimal): -1763697 or 9377509. OLE color: 9377509.
HSL color Cylindrical-coordinate representation of color #E5168F: hue angle of 324.93º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5168F is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 143 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.10 |
| HSL | 324.93º | 0.82% | 0.49% | - |
| HSV(B) | 324.93º | 0.9% | 0.9% | - |
| XYZ | 37.56 | 19.22 | 27.72 | - |
| YUV | 97.69 | 153.58 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 143 | 0 | 0.90 | 0.38 | 0.10 | 324.93 | 0.82 | 0.49 |
| Hex | E5 | 16 | 8F | 0 | 5A | 26 | A | 145 | 52 | 31 |
| Octal | 345 | 26 | 217 | 0 | 132 | 46 | 12 | 505 | 122 | 61 |
| Binary | 11100101 | 10110 | 10001111 | 0 | 1011010 | 100110 | 1010 | 101000101 | 1010010 | 110001 |
Color Harmonies of #E5168F
Complementary color
Monochromatic Colors of #E5168F
Black with #E5168F
Text Example
Text Example
White with #E5168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5168F; }
p { color: rgb(229,22,143); }
H1.HeaderClassName
{
color: #E5168F;
}
.AnyTagClassName
{
color: #E5168F;
}
</style>
background-color css
<style>
a { background-color: #E5168F; }
a { background-color: rgb(229,22,143); }
div.DivClassName
{
background-color: #E5168F;
}
.BgClassName
{
background-color: #E5168F;
}
</style>
border-color css
<style>
span { border-color: #E5168F; }
span { border-color: rgb(229,22,143); }
td.TdClassName
{
border-color: #E5168F;
}
.TagClassName
{
border-color: #E5168F;
}
</style>