Shades of Deep Pink #EB1881
Tints of Deep Pink #EB1881
RGB
CMYK
RGB Variations
Color information
#EB1881 (or 0xEB1881) is known color: Deep Pink. HEX triplet: EB, 18 and 81. RGB value is (235,24,129). Sum of RGB (Red+Green+Blue) = 235+24+129=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1881 is #14E77E. Grayscale: #626262. Windows color (decimal): -1369983 or 8460523. OLE color: 8460523.
HSL color Cylindrical-coordinate representation of color #EB1881: hue angle of 330.14º 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 #EB1881 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 129 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.08 |
| HSL | 330.14º | 0.84% | 0.51% | - |
| HSV(B) | 330.14º | 0.9% | 0.92% | - |
| XYZ | 38.55 | 19.9 | 22.58 | - |
| YUV | 99.06 | 144.9 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 129 | 0 | 0.90 | 0.45 | 0.08 | 330.14 | 0.84 | 0.51 |
| Hex | EB | 18 | 81 | 0 | 5A | 2D | 8 | 14A | 54 | 33 |
| Octal | 353 | 30 | 201 | 0 | 132 | 55 | 10 | 512 | 124 | 63 |
| Binary | 11101011 | 11000 | 10000001 | 0 | 1011010 | 101101 | 1000 | 101001010 | 1010100 | 110011 |
Color Harmonies of #EB1881
Complementary color
Monochromatic Colors of #EB1881
Black with #EB1881
Text Example
Text Example
White with #EB1881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1881; }
p { color: rgb(235,24,129); }
H1.HeaderClassName
{
color: #EB1881;
}
.AnyTagClassName
{
color: #EB1881;
}
</style>
background-color css
<style>
a { background-color: #EB1881; }
a { background-color: rgb(235,24,129); }
div.DivClassName
{
background-color: #EB1881;
}
.BgClassName
{
background-color: #EB1881;
}
</style>
border-color css
<style>
span { border-color: #EB1881; }
span { border-color: rgb(235,24,129); }
td.TdClassName
{
border-color: #EB1881;
}
.TagClassName
{
border-color: #EB1881;
}
</style>