Shades of Deep Pink #EB128D
Tints of Deep Pink #EB128D
RGB
CMYK
RGB Variations
Color information
#EB128D (or 0xEB128D) is known color: Deep Pink. HEX triplet: EB, 12 and 8D. RGB value is (235,18,141). Sum of RGB (Red+Green+Blue) = 235+18+141=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB128D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB128D is #14ED72. Grayscale: #606060. Windows color (decimal): -1371507 or 9245419. OLE color: 9245419.
HSL color Cylindrical-coordinate representation of color #EB128D: hue angle of 325.99º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB128D is Cyan = 0, Magento = 0.92, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 18 | 141 | - |
| CMYK | 0 | 0.92 | 0.4 | 0.08 |
| HSL | 325.99º | 0.86% | 0.5% | - |
| HSV(B) | 325.99º | 0.92% | 0.92% | - |
| XYZ | 39.28 | 20.02 | 26.99 | - |
| YUV | 96.91 | 152.89 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 18 | 141 | 0 | 0.92 | 0.4 | 0.08 | 325.99 | 0.86 | 0.5 |
| Hex | EB | 12 | 8D | 0 | 5C | 28 | 8 | 146 | 56 | 32 |
| Octal | 353 | 22 | 215 | 0 | 134 | 50 | 10 | 506 | 126 | 62 |
| Binary | 11101011 | 10010 | 10001101 | 0 | 1011100 | 101000 | 1000 | 101000110 | 1010110 | 110010 |
Color Harmonies of #EB128D
Complementary color
Monochromatic Colors of #EB128D
Black with #EB128D
Text Example
Text Example
White with #EB128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB128D; }
p { color: rgb(235,18,141); }
H1.HeaderClassName
{
color: #EB128D;
}
.AnyTagClassName
{
color: #EB128D;
}
</style>
background-color css
<style>
a { background-color: #EB128D; }
a { background-color: rgb(235,18,141); }
div.DivClassName
{
background-color: #EB128D;
}
.BgClassName
{
background-color: #EB128D;
}
</style>
border-color css
<style>
span { border-color: #EB128D; }
span { border-color: rgb(235,18,141); }
td.TdClassName
{
border-color: #EB128D;
}
.TagClassName
{
border-color: #EB128D;
}
</style>