Shades of Dark Pink #ED527A
Tints of Dark Pink #ED527A
RGB
CMYK
RGB Variations
Color information
#ED527A (or 0xED527A) is known color: Dark Pink. HEX triplet: ED, 52 and 7A. RGB value is (237,82,122). Sum of RGB (Red+Green+Blue) = 237+82+122=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED527A is #12AD85. Grayscale: #848484. Windows color (decimal): -1224070 or 8016621. OLE color: 8016621.
HSL color Cylindrical-coordinate representation of color #ED527A: hue angle of 344.52º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED527A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 122 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.07 |
| HSL | 344.52º | 0.81% | 0.63% | - |
| HSV(B) | 344.52º | 0.65% | 0.93% | - |
| XYZ | 41.46 | 25.44 | 21.14 | - |
| YUV | 132.91 | 121.85 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 122 | 0 | 0.65 | 0.49 | 0.07 | 344.52 | 0.81 | 0.63 |
| Hex | ED | 52 | 7A | 0 | 41 | 31 | 7 | 159 | 51 | 3F |
| Octal | 355 | 122 | 172 | 0 | 101 | 61 | 7 | 531 | 121 | 77 |
| Binary | 11101101 | 1010010 | 1111010 | 0 | 1000001 | 110001 | 111 | 101011001 | 1010001 | 111111 |
Color Harmonies of #ED527A
Complementary color
Monochromatic Colors of #ED527A
Black with #ED527A
Text Example
Text Example
White with #ED527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED527A; }
p { color: rgb(237,82,122); }
H1.HeaderClassName
{
color: #ED527A;
}
.AnyTagClassName
{
color: #ED527A;
}
</style>
background-color css
<style>
a { background-color: #ED527A; }
a { background-color: rgb(237,82,122); }
div.DivClassName
{
background-color: #ED527A;
}
.BgClassName
{
background-color: #ED527A;
}
</style>
border-color css
<style>
span { border-color: #ED527A; }
span { border-color: rgb(237,82,122); }
td.TdClassName
{
border-color: #ED527A;
}
.TagClassName
{
border-color: #ED527A;
}
</style>