Shades of Deep Pink #E9057D
Tints of Deep Pink #E9057D
RGB
CMYK
RGB Variations
Color information
#E9057D (or 0xE9057D) is known color: Deep Pink. HEX triplet: E9, 05 and 7D. RGB value is (233,5,125). Sum of RGB (Red+Green+Blue) = 233+5+125=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E9057D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9057D is #16FA82. Grayscale: #565656. Windows color (decimal): -1505923 or 8193513. OLE color: 8193513.
HSL color Cylindrical-coordinate representation of color #E9057D: hue angle of 328.42º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9057D is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 125 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.09 |
| HSL | 328.42º | 0.96% | 0.47% | - |
| HSV(B) | 328.42º | 0.98% | 0.91% | - |
| XYZ | 37.36 | 18.91 | 21.08 | - |
| YUV | 86.85 | 149.54 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 125 | 0 | 0.98 | 0.46 | 0.09 | 328.42 | 0.96 | 0.47 |
| Hex | E9 | 5 | 7D | 0 | 62 | 2E | 9 | 148 | 60 | 2F |
| Octal | 351 | 5 | 175 | 0 | 142 | 56 | 11 | 510 | 140 | 57 |
| Binary | 11101001 | 101 | 1111101 | 0 | 1100010 | 101110 | 1001 | 101001000 | 1100000 | 101111 |
Color Harmonies of #E9057D
Complementary color
Monochromatic Colors of #E9057D
Black with #E9057D
Text Example
Text Example
White with #E9057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9057D; }
p { color: rgb(233,5,125); }
H1.HeaderClassName
{
color: #E9057D;
}
.AnyTagClassName
{
color: #E9057D;
}
</style>
background-color css
<style>
a { background-color: #E9057D; }
a { background-color: rgb(233,5,125); }
div.DivClassName
{
background-color: #E9057D;
}
.BgClassName
{
background-color: #E9057D;
}
</style>
border-color css
<style>
span { border-color: #E9057D; }
span { border-color: rgb(233,5,125); }
td.TdClassName
{
border-color: #E9057D;
}
.TagClassName
{
border-color: #E9057D;
}
</style>