Shades of Deep Pink #E6168E
Tints of Deep Pink #E6168E
RGB
CMYK
RGB Variations
Color information
#E6168E (or 0xE6168E) is known color: Deep Pink. HEX triplet: E6, 16 and 8E. RGB value is (230,22,142). Sum of RGB (Red+Green+Blue) = 230+22+142=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E6168E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6168E is #19E971. Grayscale: #616161. Windows color (decimal): -1698162 or 9311974. OLE color: 9311974.
HSL color Cylindrical-coordinate representation of color #E6168E: hue angle of 325.38º degrees, saturation: 0.83, 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 #E6168E is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 142 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.10 |
| HSL | 325.38º | 0.83% | 0.49% | - |
| HSV(B) | 325.38º | 0.9% | 0.9% | - |
| XYZ | 37.8 | 19.35 | 27.33 | - |
| YUV | 97.87 | 152.91 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 142 | 0 | 0.90 | 0.38 | 0.10 | 325.38 | 0.83 | 0.49 |
| Hex | E6 | 16 | 8E | 0 | 5A | 26 | A | 145 | 53 | 31 |
| Octal | 346 | 26 | 216 | 0 | 132 | 46 | 12 | 505 | 123 | 61 |
| Binary | 11100110 | 10110 | 10001110 | 0 | 1011010 | 100110 | 1010 | 101000101 | 1010011 | 110001 |
Color Harmonies of #E6168E
Complementary color
Monochromatic Colors of #E6168E
Black with #E6168E
Text Example
Text Example
White with #E6168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6168E; }
p { color: rgb(230,22,142); }
H1.HeaderClassName
{
color: #E6168E;
}
.AnyTagClassName
{
color: #E6168E;
}
</style>
background-color css
<style>
a { background-color: #E6168E; }
a { background-color: rgb(230,22,142); }
div.DivClassName
{
background-color: #E6168E;
}
.BgClassName
{
background-color: #E6168E;
}
</style>
border-color css
<style>
span { border-color: #E6168E; }
span { border-color: rgb(230,22,142); }
td.TdClassName
{
border-color: #E6168E;
}
.TagClassName
{
border-color: #E6168E;
}
</style>