Shades of Dark Pink #EA528C
Tints of Dark Pink #EA528C
RGB
CMYK
RGB Variations
Color information
#EA528C (or 0xEA528C) is known color: Dark Pink. HEX triplet: EA, 52 and 8C. RGB value is (234,82,140). Sum of RGB (Red+Green+Blue) = 234+82+140=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA528C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA528C is #15AD73. Grayscale: #858585. Windows color (decimal): -1420660 or 9196266. OLE color: 9196266.
HSL color Cylindrical-coordinate representation of color #EA528C: hue angle of 337.11º 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 #EA528C is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 82 | 140 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.08 |
| HSL | 337.11º | 0.78% | 0.62% | - |
| HSV(B) | 337.11º | 0.65% | 0.92% | - |
| XYZ | 41.68 | 25.42 | 27.52 | - |
| YUV | 134.06 | 131.36 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 82 | 140 | 0 | 0.65 | 0.40 | 0.08 | 337.11 | 0.78 | 0.62 |
| Hex | EA | 52 | 8C | 0 | 41 | 28 | 8 | 151 | 4E | 3E |
| Octal | 352 | 122 | 214 | 0 | 101 | 50 | 10 | 521 | 116 | 76 |
| Binary | 11101010 | 1010010 | 10001100 | 0 | 1000001 | 101000 | 1000 | 101010001 | 1001110 | 111110 |
Color Harmonies of #EA528C
Complementary color
Monochromatic Colors of #EA528C
Black with #EA528C
Text Example
Text Example
White with #EA528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA528C; }
p { color: rgb(234,82,140); }
H1.HeaderClassName
{
color: #EA528C;
}
.AnyTagClassName
{
color: #EA528C;
}
</style>
background-color css
<style>
a { background-color: #EA528C; }
a { background-color: rgb(234,82,140); }
div.DivClassName
{
background-color: #EA528C;
}
.BgClassName
{
background-color: #EA528C;
}
</style>
border-color css
<style>
span { border-color: #EA528C; }
span { border-color: rgb(234,82,140); }
td.TdClassName
{
border-color: #EA528C;
}
.TagClassName
{
border-color: #EA528C;
}
</style>