Shades of Deep Pink #EA1B85
Tints of Deep Pink #EA1B85
RGB
CMYK
RGB Variations
Color information
#EA1B85 (or 0xEA1B85) is known color: Deep Pink. HEX triplet: EA, 1B and 85. RGB value is (234,27,133). Sum of RGB (Red+Green+Blue) = 234+27+133=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1B85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1B85 is #15E47A. Grayscale: #646464. Windows color (decimal): -1434747 or 8723434. OLE color: 8723434.
HSL color Cylindrical-coordinate representation of color #EA1B85: hue angle of 329.28º 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 #EA1B85 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 133 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.08 |
| HSL | 329.28º | 0.83% | 0.51% | - |
| HSV(B) | 329.28º | 0.88% | 0.92% | - |
| XYZ | 38.56 | 19.97 | 24.01 | - |
| YUV | 100.98 | 146.08 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 133 | 0 | 0.88 | 0.43 | 0.08 | 329.28 | 0.83 | 0.51 |
| Hex | EA | 1B | 85 | 0 | 58 | 2B | 8 | 149 | 53 | 33 |
| Octal | 352 | 33 | 205 | 0 | 130 | 53 | 10 | 511 | 123 | 63 |
| Binary | 11101010 | 11011 | 10000101 | 0 | 1011000 | 101011 | 1000 | 101001001 | 1010011 | 110011 |
Color Harmonies of #EA1B85
Complementary color
Monochromatic Colors of #EA1B85
Black with #EA1B85
Text Example
Text Example
White with #EA1B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1B85; }
p { color: rgb(234,27,133); }
H1.HeaderClassName
{
color: #EA1B85;
}
.AnyTagClassName
{
color: #EA1B85;
}
</style>
background-color css
<style>
a { background-color: #EA1B85; }
a { background-color: rgb(234,27,133); }
div.DivClassName
{
background-color: #EA1B85;
}
.BgClassName
{
background-color: #EA1B85;
}
</style>
border-color css
<style>
span { border-color: #EA1B85; }
span { border-color: rgb(234,27,133); }
td.TdClassName
{
border-color: #EA1B85;
}
.TagClassName
{
border-color: #EA1B85;
}
</style>