Shades of Dark Pink #E9427A
Tints of Dark Pink #E9427A
RGB
CMYK
RGB Variations
Color information
#E9427A (or 0xE9427A) is known color: Dark Pink. HEX triplet: E9, 42 and 7A. RGB value is (233,66,122). Sum of RGB (Red+Green+Blue) = 233+66+122=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E9427A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9427A is #16BD85. Grayscale: #7A7A7A. Windows color (decimal): -1490310 or 8012521. OLE color: 8012521.
HSL color Cylindrical-coordinate representation of color #E9427A: hue angle of 339.88º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E9427A is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 122 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.09 |
| HSL | 339.88º | 0.79% | 0.59% | - |
| HSV(B) | 339.88º | 0.72% | 0.91% | - |
| XYZ | 39.07 | 22.63 | 20.72 | - |
| YUV | 122.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 122 | 0 | 0.72 | 0.48 | 0.09 | 339.88 | 0.79 | 0.59 |
| Hex | E9 | 42 | 7A | 0 | 48 | 30 | 9 | 154 | 4F | 3B |
| Octal | 351 | 102 | 172 | 0 | 110 | 60 | 11 | 524 | 117 | 73 |
| Binary | 11101001 | 1000010 | 1111010 | 0 | 1001000 | 110000 | 1001 | 101010100 | 1001111 | 111011 |
Color Harmonies of #E9427A
Complementary color
Monochromatic Colors of #E9427A
Black with #E9427A
Text Example
Text Example
White with #E9427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9427A; }
p { color: rgb(233,66,122); }
H1.HeaderClassName
{
color: #E9427A;
}
.AnyTagClassName
{
color: #E9427A;
}
</style>
background-color css
<style>
a { background-color: #E9427A; }
a { background-color: rgb(233,66,122); }
div.DivClassName
{
background-color: #E9427A;
}
.BgClassName
{
background-color: #E9427A;
}
</style>
border-color css
<style>
span { border-color: #E9427A; }
span { border-color: rgb(233,66,122); }
td.TdClassName
{
border-color: #E9427A;
}
.TagClassName
{
border-color: #E9427A;
}
</style>