Shades of Deep Pink #EB1781
Tints of Deep Pink #EB1781
RGB
CMYK
RGB Variations
Color information
#EB1781 (or 0xEB1781) is known color: Deep Pink. HEX triplet: EB, 17 and 81. RGB value is (235,23,129). Sum of RGB (Red+Green+Blue) = 235+23+129=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1781 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1781 is #14E87E. Grayscale: #626262. Windows color (decimal): -1370239 or 8460267. OLE color: 8460267.
HSL color Cylindrical-coordinate representation of color #EB1781: hue angle of 330º 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 #EB1781 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 129 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.08 |
| HSL | 330º | 0.84% | 0.51% | - |
| HSV(B) | 330º | 0.9% | 0.92% | - |
| XYZ | 38.53 | 19.86 | 22.57 | - |
| YUV | 98.47 | 145.24 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 129 | 0 | 0.90 | 0.45 | 0.08 | 330 | 0.84 | 0.51 |
| Hex | EB | 17 | 81 | 0 | 5A | 2D | 8 | 14A | 54 | 33 |
| Octal | 353 | 27 | 201 | 0 | 132 | 55 | 10 | 512 | 124 | 63 |
| Binary | 11101011 | 10111 | 10000001 | 0 | 1011010 | 101101 | 1000 | 101001010 | 1010100 | 110011 |
Color Harmonies of #EB1781
Complementary color
Monochromatic Colors of #EB1781
Black with #EB1781
Text Example
Text Example
White with #EB1781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1781; }
p { color: rgb(235,23,129); }
H1.HeaderClassName
{
color: #EB1781;
}
.AnyTagClassName
{
color: #EB1781;
}
</style>
background-color css
<style>
a { background-color: #EB1781; }
a { background-color: rgb(235,23,129); }
div.DivClassName
{
background-color: #EB1781;
}
.BgClassName
{
background-color: #EB1781;
}
</style>
border-color css
<style>
span { border-color: #EB1781; }
span { border-color: rgb(235,23,129); }
td.TdClassName
{
border-color: #EB1781;
}
.TagClassName
{
border-color: #EB1781;
}
</style>