Shades of Deep Pink #E9157F
Tints of Deep Pink #E9157F
RGB
CMYK
RGB Variations
Color information
#E9157F (or 0xE9157F) is known color: Deep Pink. HEX triplet: E9, 15 and 7F. RGB value is (233,21,127). Sum of RGB (Red+Green+Blue) = 233+21+127=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E9157F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9157F is #16EA80. Grayscale: #606060. Windows color (decimal): -1501825 or 8328681. OLE color: 8328681.
HSL color Cylindrical-coordinate representation of color #E9157F: hue angle of 330º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9157F is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 127 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.09 |
| HSL | 330º | 0.83% | 0.5% | - |
| HSV(B) | 330º | 0.91% | 0.91% | - |
| XYZ | 37.7 | 19.39 | 21.83 | - |
| YUV | 96.47 | 145.24 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 127 | 0 | 0.91 | 0.45 | 0.09 | 330 | 0.83 | 0.5 |
| Hex | E9 | 15 | 7F | 0 | 5B | 2D | 9 | 14A | 53 | 32 |
| Octal | 351 | 25 | 177 | 0 | 133 | 55 | 11 | 512 | 123 | 62 |
| Binary | 11101001 | 10101 | 1111111 | 0 | 1011011 | 101101 | 1001 | 101001010 | 1010011 | 110010 |
Color Harmonies of #E9157F
Complementary color
Monochromatic Colors of #E9157F
Black with #E9157F
Text Example
Text Example
White with #E9157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9157F; }
p { color: rgb(233,21,127); }
H1.HeaderClassName
{
color: #E9157F;
}
.AnyTagClassName
{
color: #E9157F;
}
</style>
background-color css
<style>
a { background-color: #E9157F; }
a { background-color: rgb(233,21,127); }
div.DivClassName
{
background-color: #E9157F;
}
.BgClassName
{
background-color: #E9157F;
}
</style>
border-color css
<style>
span { border-color: #E9157F; }
span { border-color: rgb(233,21,127); }
td.TdClassName
{
border-color: #E9157F;
}
.TagClassName
{
border-color: #E9157F;
}
</style>