Shades of Deep Pink #EA1B87
Tints of Deep Pink #EA1B87
RGB
CMYK
RGB Variations
Color information
#EA1B87 (or 0xEA1B87) is known color: Deep Pink. HEX triplet: EA, 1B and 87. RGB value is (234,27,135). Sum of RGB (Red+Green+Blue) = 234+27+135=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1B87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1B87 is #15E478. Grayscale: #646464. Windows color (decimal): -1434745 or 8854506. OLE color: 8854506.
HSL color Cylindrical-coordinate representation of color #EA1B87: hue angle of 328.7º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1B87 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 135 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.08 |
| HSL | 328.7º | 0.83% | 0.51% | - |
| HSV(B) | 328.7º | 0.88% | 0.92% | - |
| XYZ | 38.7 | 20.03 | 24.75 | - |
| YUV | 101.21 | 147.08 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 135 | 0 | 0.88 | 0.42 | 0.08 | 328.7 | 0.83 | 0.51 |
| Hex | EA | 1B | 87 | 0 | 58 | 2A | 8 | 149 | 53 | 33 |
| Octal | 352 | 33 | 207 | 0 | 130 | 52 | 10 | 511 | 123 | 63 |
| Binary | 11101010 | 11011 | 10000111 | 0 | 1011000 | 101010 | 1000 | 101001001 | 1010011 | 110011 |
Color Harmonies of #EA1B87
Complementary color
Monochromatic Colors of #EA1B87
Black with #EA1B87
Text Example
Text Example
White with #EA1B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1B87; }
p { color: rgb(234,27,135); }
H1.HeaderClassName
{
color: #EA1B87;
}
.AnyTagClassName
{
color: #EA1B87;
}
</style>
background-color css
<style>
a { background-color: #EA1B87; }
a { background-color: rgb(234,27,135); }
div.DivClassName
{
background-color: #EA1B87;
}
.BgClassName
{
background-color: #EA1B87;
}
</style>
border-color css
<style>
span { border-color: #EA1B87; }
span { border-color: rgb(234,27,135); }
td.TdClassName
{
border-color: #EA1B87;
}
.TagClassName
{
border-color: #EA1B87;
}
</style>