Shades of Dark Pink #E9507F
Tints of Dark Pink #E9507F
RGB
CMYK
RGB Variations
Color information
#E9507F (or 0xE9507F) is known color: Dark Pink. HEX triplet: E9, 50 and 7F. RGB value is (233,80,127). Sum of RGB (Red+Green+Blue) = 233+80+127=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E9507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9507F is #16AF80. Grayscale: #838383. Windows color (decimal): -1486721 or 8343785. OLE color: 8343785.
HSL color Cylindrical-coordinate representation of color #E9507F: hue angle of 341.57º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9507F is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 127 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.09 |
| HSL | 341.57º | 0.78% | 0.61% | - |
| HSV(B) | 341.57º | 0.66% | 0.91% | - |
| XYZ | 40.3 | 24.59 | 22.7 | - |
| YUV | 131.11 | 125.69 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 127 | 0 | 0.66 | 0.45 | 0.09 | 341.57 | 0.78 | 0.61 |
| Hex | E9 | 50 | 7F | 0 | 42 | 2D | 9 | 156 | 4E | 3D |
| Octal | 351 | 120 | 177 | 0 | 102 | 55 | 11 | 526 | 116 | 75 |
| Binary | 11101001 | 1010000 | 1111111 | 0 | 1000010 | 101101 | 1001 | 101010110 | 1001110 | 111101 |
Color Harmonies of #E9507F
Complementary color
Monochromatic Colors of #E9507F
Black with #E9507F
Text Example
Text Example
White with #E9507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9507F; }
p { color: rgb(233,80,127); }
H1.HeaderClassName
{
color: #E9507F;
}
.AnyTagClassName
{
color: #E9507F;
}
</style>
background-color css
<style>
a { background-color: #E9507F; }
a { background-color: rgb(233,80,127); }
div.DivClassName
{
background-color: #E9507F;
}
.BgClassName
{
background-color: #E9507F;
}
</style>
border-color css
<style>
span { border-color: #E9507F; }
span { border-color: rgb(233,80,127); }
td.TdClassName
{
border-color: #E9507F;
}
.TagClassName
{
border-color: #E9507F;
}
</style>