Shades of Deep Pink #EB168B
Tints of Deep Pink #EB168B
RGB
CMYK
RGB Variations
Color information
#EB168B (or 0xEB168B) is known color: Deep Pink. HEX triplet: EB, 16 and 8B. RGB value is (235,22,139). Sum of RGB (Red+Green+Blue) = 235+22+139=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB168B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB168B is #14E974. Grayscale: #626262. Windows color (decimal): -1370485 or 9115371. OLE color: 9115371.
HSL color Cylindrical-coordinate representation of color #EB168B: hue angle of 327.04º 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 #EB168B is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 139 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.08 |
| HSL | 327.04º | 0.84% | 0.5% | - |
| HSV(B) | 327.04º | 0.91% | 0.92% | - |
| XYZ | 39.21 | 20.1 | 26.24 | - |
| YUV | 99.03 | 150.57 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 139 | 0 | 0.91 | 0.41 | 0.08 | 327.04 | 0.84 | 0.5 |
| Hex | EB | 16 | 8B | 0 | 5B | 29 | 8 | 147 | 54 | 32 |
| Octal | 353 | 26 | 213 | 0 | 133 | 51 | 10 | 507 | 124 | 62 |
| Binary | 11101011 | 10110 | 10001011 | 0 | 1011011 | 101001 | 1000 | 101000111 | 1010100 | 110010 |
Color Harmonies of #EB168B
Complementary color
Monochromatic Colors of #EB168B
Black with #EB168B
Text Example
Text Example
White with #EB168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB168B; }
p { color: rgb(235,22,139); }
H1.HeaderClassName
{
color: #EB168B;
}
.AnyTagClassName
{
color: #EB168B;
}
</style>
background-color css
<style>
a { background-color: #EB168B; }
a { background-color: rgb(235,22,139); }
div.DivClassName
{
background-color: #EB168B;
}
.BgClassName
{
background-color: #EB168B;
}
</style>
border-color css
<style>
span { border-color: #EB168B; }
span { border-color: rgb(235,22,139); }
td.TdClassName
{
border-color: #EB168B;
}
.TagClassName
{
border-color: #EB168B;
}
</style>