Shades of Dark Pink #E9427D
Tints of Dark Pink #E9427D
RGB
CMYK
RGB Variations
Color information
#E9427D (or 0xE9427D) is known color: Dark Pink. HEX triplet: E9, 42 and 7D. RGB value is (233,66,125). Sum of RGB (Red+Green+Blue) = 233+66+125=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E9427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9427D is #16BD82. Grayscale: #7A7A7A. Windows color (decimal): -1490307 or 8209129. OLE color: 8209129.
HSL color Cylindrical-coordinate representation of color #E9427D: hue angle of 338.8º 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 #E9427D is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 125 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.09 |
| HSL | 338.8º | 0.79% | 0.59% | - |
| HSV(B) | 338.8º | 0.72% | 0.91% | - |
| XYZ | 39.25 | 22.7 | 21.71 | - |
| YUV | 122.66 | 129.33 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 125 | 0 | 0.72 | 0.46 | 0.09 | 338.8 | 0.79 | 0.59 |
| Hex | E9 | 42 | 7D | 0 | 48 | 2E | 9 | 153 | 4F | 3B |
| Octal | 351 | 102 | 175 | 0 | 110 | 56 | 11 | 523 | 117 | 73 |
| Binary | 11101001 | 1000010 | 1111101 | 0 | 1001000 | 101110 | 1001 | 101010011 | 1001111 | 111011 |
Color Harmonies of #E9427D
Complementary color
Monochromatic Colors of #E9427D
Black with #E9427D
Text Example
Text Example
White with #E9427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9427D; }
p { color: rgb(233,66,125); }
H1.HeaderClassName
{
color: #E9427D;
}
.AnyTagClassName
{
color: #E9427D;
}
</style>
background-color css
<style>
a { background-color: #E9427D; }
a { background-color: rgb(233,66,125); }
div.DivClassName
{
background-color: #E9427D;
}
.BgClassName
{
background-color: #E9427D;
}
</style>
border-color css
<style>
span { border-color: #E9427D; }
span { border-color: rgb(233,66,125); }
td.TdClassName
{
border-color: #E9427D;
}
.TagClassName
{
border-color: #E9427D;
}
</style>