Shades of Dark Pink #EA507F
Tints of Dark Pink #EA507F
RGB
CMYK
RGB Variations
Color information
#EA507F (or 0xEA507F) is known color: Dark Pink. HEX triplet: EA, 50 and 7F. RGB value is (234,80,127). Sum of RGB (Red+Green+Blue) = 234+80+127=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA507F is #15AF80. Grayscale: #838383. Windows color (decimal): -1421185 or 8343786. OLE color: 8343786.
HSL color Cylindrical-coordinate representation of color #EA507F: hue angle of 341.69º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA507F is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 127 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.08 |
| HSL | 341.69º | 0.79% | 0.62% | - |
| HSV(B) | 341.69º | 0.66% | 0.92% | - |
| XYZ | 40.63 | 24.76 | 22.72 | - |
| YUV | 131.4 | 125.52 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 127 | 0 | 0.66 | 0.46 | 0.08 | 341.69 | 0.79 | 0.62 |
| Hex | EA | 50 | 7F | 0 | 42 | 2E | 8 | 156 | 4F | 3E |
| Octal | 352 | 120 | 177 | 0 | 102 | 56 | 10 | 526 | 117 | 76 |
| Binary | 11101010 | 1010000 | 1111111 | 0 | 1000010 | 101110 | 1000 | 101010110 | 1001111 | 111110 |
Color Harmonies of #EA507F
Complementary color
Monochromatic Colors of #EA507F
Black with #EA507F
Text Example
Text Example
White with #EA507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA507F; }
p { color: rgb(234,80,127); }
H1.HeaderClassName
{
color: #EA507F;
}
.AnyTagClassName
{
color: #EA507F;
}
</style>
background-color css
<style>
a { background-color: #EA507F; }
a { background-color: rgb(234,80,127); }
div.DivClassName
{
background-color: #EA507F;
}
.BgClassName
{
background-color: #EA507F;
}
</style>
border-color css
<style>
span { border-color: #EA507F; }
span { border-color: rgb(234,80,127); }
td.TdClassName
{
border-color: #EA507F;
}
.TagClassName
{
border-color: #EA507F;
}
</style>