Shades of Deep Pink #EB168E
Tints of Deep Pink #EB168E
RGB
CMYK
RGB Variations
Color information
#EB168E (or 0xEB168E) is known color: Deep Pink. HEX triplet: EB, 16 and 8E. RGB value is (235,22,142). Sum of RGB (Red+Green+Blue) = 235+22+142=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB168E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB168E is #14E971. Grayscale: #636363. Windows color (decimal): -1370482 or 9311979. OLE color: 9311979.
HSL color Cylindrical-coordinate representation of color #EB168E: hue angle of 326.2º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB168E is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 142 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.08 |
| HSL | 326.2º | 0.84% | 0.5% | - |
| HSV(B) | 326.2º | 0.91% | 0.92% | - |
| XYZ | 39.43 | 20.19 | 27.41 | - |
| YUV | 99.37 | 152.07 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 142 | 0 | 0.91 | 0.40 | 0.08 | 326.2 | 0.84 | 0.5 |
| Hex | EB | 16 | 8E | 0 | 5B | 28 | 8 | 146 | 54 | 32 |
| Octal | 353 | 26 | 216 | 0 | 133 | 50 | 10 | 506 | 124 | 62 |
| Binary | 11101011 | 10110 | 10001110 | 0 | 1011011 | 101000 | 1000 | 101000110 | 1010100 | 110010 |
Color Harmonies of #EB168E
Complementary color
Monochromatic Colors of #EB168E
Black with #EB168E
Text Example
Text Example
White with #EB168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB168E; }
p { color: rgb(235,22,142); }
H1.HeaderClassName
{
color: #EB168E;
}
.AnyTagClassName
{
color: #EB168E;
}
</style>
background-color css
<style>
a { background-color: #EB168E; }
a { background-color: rgb(235,22,142); }
div.DivClassName
{
background-color: #EB168E;
}
.BgClassName
{
background-color: #EB168E;
}
</style>
border-color css
<style>
span { border-color: #EB168E; }
span { border-color: rgb(235,22,142); }
td.TdClassName
{
border-color: #EB168E;
}
.TagClassName
{
border-color: #EB168E;
}
</style>