Shades of Dark Pink #E9507A
Tints of Dark Pink #E9507A
RGB
CMYK
RGB Variations
Color information
#E9507A (or 0xE9507A) is known color: Dark Pink. HEX triplet: E9, 50 and 7A. RGB value is (233,80,122). Sum of RGB (Red+Green+Blue) = 233+80+122=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E9507A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9507A is #16AF85. Grayscale: #828282. Windows color (decimal): -1486726 or 8016105. OLE color: 8016105.
HSL color Cylindrical-coordinate representation of color #E9507A: hue angle of 343.53º 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 #E9507A is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 122 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.09 |
| HSL | 343.53º | 0.78% | 0.61% | - |
| HSV(B) | 343.53º | 0.66% | 0.91% | - |
| XYZ | 39.99 | 24.47 | 21.03 | - |
| YUV | 130.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 122 | 0 | 0.66 | 0.48 | 0.09 | 343.53 | 0.78 | 0.61 |
| Hex | E9 | 50 | 7A | 0 | 42 | 30 | 9 | 158 | 4E | 3D |
| Octal | 351 | 120 | 172 | 0 | 102 | 60 | 11 | 530 | 116 | 75 |
| Binary | 11101001 | 1010000 | 1111010 | 0 | 1000010 | 110000 | 1001 | 101011000 | 1001110 | 111101 |
Color Harmonies of #E9507A
Complementary color
Monochromatic Colors of #E9507A
Black with #E9507A
Text Example
Text Example
White with #E9507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9507A; }
p { color: rgb(233,80,122); }
H1.HeaderClassName
{
color: #E9507A;
}
.AnyTagClassName
{
color: #E9507A;
}
</style>
background-color css
<style>
a { background-color: #E9507A; }
a { background-color: rgb(233,80,122); }
div.DivClassName
{
background-color: #E9507A;
}
.BgClassName
{
background-color: #E9507A;
}
</style>
border-color css
<style>
span { border-color: #E9507A; }
span { border-color: rgb(233,80,122); }
td.TdClassName
{
border-color: #E9507A;
}
.TagClassName
{
border-color: #E9507A;
}
</style>