Shades of Deep Pink #EB188B
Tints of Deep Pink #EB188B
RGB
CMYK
RGB Variations
Color information
#EB188B (or 0xEB188B) is known color: Deep Pink. HEX triplet: EB, 18 and 8B. RGB value is (235,24,139). Sum of RGB (Red+Green+Blue) = 235+24+139=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB188B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB188B is #14E774. Grayscale: #636363. Windows color (decimal): -1369973 or 9115883. OLE color: 9115883.
HSL color Cylindrical-coordinate representation of color #EB188B: hue angle of 327.3º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB188B is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 139 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.08 |
| HSL | 327.3º | 0.84% | 0.51% | - |
| HSV(B) | 327.3º | 0.9% | 0.92% | - |
| XYZ | 39.25 | 20.18 | 26.25 | - |
| YUV | 100.2 | 149.9 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 139 | 0 | 0.90 | 0.41 | 0.08 | 327.3 | 0.84 | 0.51 |
| Hex | EB | 18 | 8B | 0 | 5A | 29 | 8 | 147 | 54 | 33 |
| Octal | 353 | 30 | 213 | 0 | 132 | 51 | 10 | 507 | 124 | 63 |
| Binary | 11101011 | 11000 | 10001011 | 0 | 1011010 | 101001 | 1000 | 101000111 | 1010100 | 110011 |
Color Harmonies of #EB188B
Complementary color
Monochromatic Colors of #EB188B
Black with #EB188B
Text Example
Text Example
White with #EB188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB188B; }
p { color: rgb(235,24,139); }
H1.HeaderClassName
{
color: #EB188B;
}
.AnyTagClassName
{
color: #EB188B;
}
</style>
background-color css
<style>
a { background-color: #EB188B; }
a { background-color: rgb(235,24,139); }
div.DivClassName
{
background-color: #EB188B;
}
.BgClassName
{
background-color: #EB188B;
}
</style>
border-color css
<style>
span { border-color: #EB188B; }
span { border-color: rgb(235,24,139); }
td.TdClassName
{
border-color: #EB188B;
}
.TagClassName
{
border-color: #EB188B;
}
</style>