Shades of Dark Pink #E9427B
Tints of Dark Pink #E9427B
RGB
CMYK
RGB Variations
Color information
#E9427B (or 0xE9427B) is known color: Dark Pink. HEX triplet: E9, 42 and 7B. RGB value is (233,66,123). Sum of RGB (Red+Green+Blue) = 233+66+123=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E9427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9427B is #16BD84. Grayscale: #7A7A7A. Windows color (decimal): -1490309 or 8078057. OLE color: 8078057.
HSL color Cylindrical-coordinate representation of color #E9427B: hue angle of 339.52º 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 #E9427B is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 123 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.09 |
| HSL | 339.52º | 0.79% | 0.59% | - |
| HSV(B) | 339.52º | 0.72% | 0.91% | - |
| XYZ | 39.13 | 22.65 | 21.05 | - |
| YUV | 122.43 | 128.33 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 123 | 0 | 0.72 | 0.47 | 0.09 | 339.52 | 0.79 | 0.59 |
| Hex | E9 | 42 | 7B | 0 | 48 | 2F | 9 | 154 | 4F | 3B |
| Octal | 351 | 102 | 173 | 0 | 110 | 57 | 11 | 524 | 117 | 73 |
| Binary | 11101001 | 1000010 | 1111011 | 0 | 1001000 | 101111 | 1001 | 101010100 | 1001111 | 111011 |
Color Harmonies of #E9427B
Complementary color
Monochromatic Colors of #E9427B
Black with #E9427B
Text Example
Text Example
White with #E9427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9427B; }
p { color: rgb(233,66,123); }
H1.HeaderClassName
{
color: #E9427B;
}
.AnyTagClassName
{
color: #E9427B;
}
</style>
background-color css
<style>
a { background-color: #E9427B; }
a { background-color: rgb(233,66,123); }
div.DivClassName
{
background-color: #E9427B;
}
.BgClassName
{
background-color: #E9427B;
}
</style>
border-color css
<style>
span { border-color: #E9427B; }
span { border-color: rgb(233,66,123); }
td.TdClassName
{
border-color: #E9427B;
}
.TagClassName
{
border-color: #E9427B;
}
</style>