Shades of Deep Pink #E9067D
Tints of Deep Pink #E9067D
RGB
CMYK
RGB Variations
Color information
#E9067D (or 0xE9067D) is known color: Deep Pink. HEX triplet: E9, 06 and 7D. RGB value is (233,6,125). Sum of RGB (Red+Green+Blue) = 233+6+125=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E9067D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9067D is #16F982. Grayscale: #575757. Windows color (decimal): -1505667 or 8193769. OLE color: 8193769.
HSL color Cylindrical-coordinate representation of color #E9067D: hue angle of 328.55º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9067D is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 6 | 125 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.09 |
| HSL | 328.55º | 0.95% | 0.47% | - |
| HSV(B) | 328.55º | 0.97% | 0.91% | - |
| XYZ | 37.37 | 18.93 | 21.09 | - |
| YUV | 87.44 | 149.21 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 125 | 0 | 0.97 | 0.46 | 0.09 | 328.55 | 0.95 | 0.47 |
| Hex | E9 | 6 | 7D | 0 | 61 | 2E | 9 | 149 | 5F | 2F |
| Octal | 351 | 6 | 175 | 0 | 141 | 56 | 11 | 511 | 137 | 57 |
| Binary | 11101001 | 110 | 1111101 | 0 | 1100001 | 101110 | 1001 | 101001001 | 1011111 | 101111 |
Color Harmonies of #E9067D
Complementary color
Monochromatic Colors of #E9067D
Black with #E9067D
Text Example
Text Example
White with #E9067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9067D; }
p { color: rgb(233,6,125); }
H1.HeaderClassName
{
color: #E9067D;
}
.AnyTagClassName
{
color: #E9067D;
}
</style>
background-color css
<style>
a { background-color: #E9067D; }
a { background-color: rgb(233,6,125); }
div.DivClassName
{
background-color: #E9067D;
}
.BgClassName
{
background-color: #E9067D;
}
</style>
border-color css
<style>
span { border-color: #E9067D; }
span { border-color: rgb(233,6,125); }
td.TdClassName
{
border-color: #E9067D;
}
.TagClassName
{
border-color: #E9067D;
}
</style>