Shades of Dark Pink #E9467A
Tints of Dark Pink #E9467A
RGB
CMYK
RGB Variations
Color information
#E9467A (or 0xE9467A) is known color: Dark Pink. HEX triplet: E9, 46 and 7A. RGB value is (233,70,122). Sum of RGB (Red+Green+Blue) = 233+70+122=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E9467A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9467A is #16B985. Grayscale: #7C7C7C. Windows color (decimal): -1489286 or 8013545. OLE color: 8013545.
HSL color Cylindrical-coordinate representation of color #E9467A: hue angle of 340.86º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9467A is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 122 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.09 |
| HSL | 340.86º | 0.79% | 0.59% | - |
| HSV(B) | 340.86º | 0.7% | 0.91% | - |
| XYZ | 39.31 | 23.11 | 20.8 | - |
| YUV | 124.67 | 126.5 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 122 | 0 | 0.70 | 0.48 | 0.09 | 340.86 | 0.79 | 0.59 |
| Hex | E9 | 46 | 7A | 0 | 46 | 30 | 9 | 155 | 4F | 3B |
| Octal | 351 | 106 | 172 | 0 | 106 | 60 | 11 | 525 | 117 | 73 |
| Binary | 11101001 | 1000110 | 1111010 | 0 | 1000110 | 110000 | 1001 | 101010101 | 1001111 | 111011 |
Color Harmonies of #E9467A
Complementary color
Monochromatic Colors of #E9467A
Black with #E9467A
Text Example
Text Example
White with #E9467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9467A; }
p { color: rgb(233,70,122); }
H1.HeaderClassName
{
color: #E9467A;
}
.AnyTagClassName
{
color: #E9467A;
}
</style>
background-color css
<style>
a { background-color: #E9467A; }
a { background-color: rgb(233,70,122); }
div.DivClassName
{
background-color: #E9467A;
}
.BgClassName
{
background-color: #E9467A;
}
</style>
border-color css
<style>
span { border-color: #E9467A; }
span { border-color: rgb(233,70,122); }
td.TdClassName
{
border-color: #E9467A;
}
.TagClassName
{
border-color: #E9467A;
}
</style>