Shades of Dark Pink #EA538B
Tints of Dark Pink #EA538B
RGB
CMYK
RGB Variations
Color information
#EA538B (or 0xEA538B) is known color: Dark Pink. HEX triplet: EA, 53 and 8B. RGB value is (234,83,139). Sum of RGB (Red+Green+Blue) = 234+83+139=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA538B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA538B is #15AC74. Grayscale: #868686. Windows color (decimal): -1420405 or 9130986. OLE color: 9130986.
HSL color Cylindrical-coordinate representation of color #EA538B: hue angle of 337.75º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA538B is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 83 | 139 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.08 |
| HSL | 337.75º | 0.78% | 0.62% | - |
| HSV(B) | 337.75º | 0.65% | 0.92% | - |
| XYZ | 41.69 | 25.54 | 27.16 | - |
| YUV | 134.53 | 130.53 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 83 | 139 | 0 | 0.65 | 0.41 | 0.08 | 337.75 | 0.78 | 0.62 |
| Hex | EA | 53 | 8B | 0 | 41 | 29 | 8 | 152 | 4E | 3E |
| Octal | 352 | 123 | 213 | 0 | 101 | 51 | 10 | 522 | 116 | 76 |
| Binary | 11101010 | 1010011 | 10001011 | 0 | 1000001 | 101001 | 1000 | 101010010 | 1001110 | 111110 |
Color Harmonies of #EA538B
Complementary color
Monochromatic Colors of #EA538B
Black with #EA538B
Text Example
Text Example
White with #EA538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA538B; }
p { color: rgb(234,83,139); }
H1.HeaderClassName
{
color: #EA538B;
}
.AnyTagClassName
{
color: #EA538B;
}
</style>
background-color css
<style>
a { background-color: #EA538B; }
a { background-color: rgb(234,83,139); }
div.DivClassName
{
background-color: #EA538B;
}
.BgClassName
{
background-color: #EA538B;
}
</style>
border-color css
<style>
span { border-color: #EA538B; }
span { border-color: rgb(234,83,139); }
td.TdClassName
{
border-color: #EA538B;
}
.TagClassName
{
border-color: #EA538B;
}
</style>