Shades of Dark Pink #EA507D
Tints of Dark Pink #EA507D
RGB
CMYK
RGB Variations
Color information
#EA507D (or 0xEA507D) is known color: Dark Pink. HEX triplet: EA, 50 and 7D. RGB value is (234,80,125). Sum of RGB (Red+Green+Blue) = 234+80+125=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA507D is #15AF82. Grayscale: #838383. Windows color (decimal): -1421187 or 8212714. OLE color: 8212714.
HSL color Cylindrical-coordinate representation of color #EA507D: hue angle of 342.47º 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 #EA507D is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 125 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.08 |
| HSL | 342.47º | 0.79% | 0.62% | - |
| HSV(B) | 342.47º | 0.66% | 0.92% | - |
| XYZ | 40.5 | 24.71 | 22.04 | - |
| YUV | 131.18 | 124.52 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 125 | 0 | 0.66 | 0.47 | 0.08 | 342.47 | 0.79 | 0.62 |
| Hex | EA | 50 | 7D | 0 | 42 | 2F | 8 | 156 | 4F | 3E |
| Octal | 352 | 120 | 175 | 0 | 102 | 57 | 10 | 526 | 117 | 76 |
| Binary | 11101010 | 1010000 | 1111101 | 0 | 1000010 | 101111 | 1000 | 101010110 | 1001111 | 111110 |
Color Harmonies of #EA507D
Complementary color
Monochromatic Colors of #EA507D
Black with #EA507D
Text Example
Text Example
White with #EA507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA507D; }
p { color: rgb(234,80,125); }
H1.HeaderClassName
{
color: #EA507D;
}
.AnyTagClassName
{
color: #EA507D;
}
</style>
background-color css
<style>
a { background-color: #EA507D; }
a { background-color: rgb(234,80,125); }
div.DivClassName
{
background-color: #EA507D;
}
.BgClassName
{
background-color: #EA507D;
}
</style>
border-color css
<style>
span { border-color: #EA507D; }
span { border-color: rgb(234,80,125); }
td.TdClassName
{
border-color: #EA507D;
}
.TagClassName
{
border-color: #EA507D;
}
</style>