Shades of Deep Pink #E90685
Tints of Deep Pink #E90685
RGB
CMYK
RGB Variations
Color information
#E90685 (or 0xE90685) is known color: Deep Pink. HEX triplet: E9, 06 and 85. RGB value is (233,6,133). Sum of RGB (Red+Green+Blue) = 233+6+133=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E90685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90685 is #16F97A. Grayscale: #585858. Windows color (decimal): -1505659 or 8718057. OLE color: 8718057.
HSL color Cylindrical-coordinate representation of color #E90685: hue angle of 326.43º 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 #E90685 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.09 |
| HSL | 326.43º | 0.95% | 0.47% | - |
| HSV(B) | 326.43º | 0.97% | 0.91% | - |
| XYZ | 37.9 | 19.15 | 23.89 | - |
| YUV | 88.35 | 153.21 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 133 | 0 | 0.97 | 0.43 | 0.09 | 326.43 | 0.95 | 0.47 |
| Hex | E9 | 6 | 85 | 0 | 61 | 2B | 9 | 146 | 5F | 2F |
| Octal | 351 | 6 | 205 | 0 | 141 | 53 | 11 | 506 | 137 | 57 |
| Binary | 11101001 | 110 | 10000101 | 0 | 1100001 | 101011 | 1001 | 101000110 | 1011111 | 101111 |
Color Harmonies of #E90685
Complementary color
Monochromatic Colors of #E90685
Black with #E90685
Text Example
Text Example
White with #E90685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90685; }
p { color: rgb(233,6,133); }
H1.HeaderClassName
{
color: #E90685;
}
.AnyTagClassName
{
color: #E90685;
}
</style>
background-color css
<style>
a { background-color: #E90685; }
a { background-color: rgb(233,6,133); }
div.DivClassName
{
background-color: #E90685;
}
.BgClassName
{
background-color: #E90685;
}
</style>
border-color css
<style>
span { border-color: #E90685; }
span { border-color: rgb(233,6,133); }
td.TdClassName
{
border-color: #E90685;
}
.TagClassName
{
border-color: #E90685;
}
</style>