Shades of Deep Pink #EA1687
Tints of Deep Pink #EA1687
RGB
CMYK
RGB Variations
Color information
#EA1687 (or 0xEA1687) is known color: Deep Pink. HEX triplet: EA, 16 and 87. RGB value is (234,22,135). Sum of RGB (Red+Green+Blue) = 234+22+135=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1687 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1687 is #15E978. Grayscale: #626262. Windows color (decimal): -1436025 or 8853226. OLE color: 8853226.
HSL color Cylindrical-coordinate representation of color #EA1687: hue angle of 328.02º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1687 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 135 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.08 |
| HSL | 328.02º | 0.83% | 0.5% | - |
| HSV(B) | 328.02º | 0.91% | 0.92% | - |
| XYZ | 38.59 | 19.82 | 24.71 | - |
| YUV | 98.27 | 148.74 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 135 | 0 | 0.91 | 0.42 | 0.08 | 328.02 | 0.83 | 0.5 |
| Hex | EA | 16 | 87 | 0 | 5B | 2A | 8 | 148 | 53 | 32 |
| Octal | 352 | 26 | 207 | 0 | 133 | 52 | 10 | 510 | 123 | 62 |
| Binary | 11101010 | 10110 | 10000111 | 0 | 1011011 | 101010 | 1000 | 101001000 | 1010011 | 110010 |
Color Harmonies of #EA1687
Complementary color
Monochromatic Colors of #EA1687
Black with #EA1687
Text Example
Text Example
White with #EA1687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1687; }
p { color: rgb(234,22,135); }
H1.HeaderClassName
{
color: #EA1687;
}
.AnyTagClassName
{
color: #EA1687;
}
</style>
background-color css
<style>
a { background-color: #EA1687; }
a { background-color: rgb(234,22,135); }
div.DivClassName
{
background-color: #EA1687;
}
.BgClassName
{
background-color: #EA1687;
}
</style>
border-color css
<style>
span { border-color: #EA1687; }
span { border-color: rgb(234,22,135); }
td.TdClassName
{
border-color: #EA1687;
}
.TagClassName
{
border-color: #EA1687;
}
</style>