Shades of Dark Pink #E35289
Tints of Dark Pink #E35289
RGB
CMYK
RGB Variations
Color information
#E35289 (or 0xE35289) is known color: Dark Pink. HEX triplet: E3, 52 and 89. RGB value is (227,82,137). Sum of RGB (Red+Green+Blue) = 227+82+137=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E35289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35289 is #1CAD76. Grayscale: #838383. Windows color (decimal): -1879415 or 8999651. OLE color: 8999651.
HSL color Cylindrical-coordinate representation of color #E35289: hue angle of 337.24º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E35289 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 137 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.11 |
| HSL | 337.24º | 0.72% | 0.61% | - |
| HSV(B) | 337.24º | 0.64% | 0.89% | - |
| XYZ | 39.21 | 24.17 | 26.27 | - |
| YUV | 131.63 | 131.04 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 137 | 0 | 0.64 | 0.40 | 0.11 | 337.24 | 0.72 | 0.61 |
| Hex | E3 | 52 | 89 | 0 | 40 | 28 | B | 151 | 48 | 3D |
| Octal | 343 | 122 | 211 | 0 | 100 | 50 | 13 | 521 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10001001 | 0 | 1000000 | 101000 | 1011 | 101010001 | 1001000 | 111101 |
Color Harmonies of #E35289
Complementary color
Monochromatic Colors of #E35289
Black with #E35289
Text Example
Text Example
White with #E35289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35289; }
p { color: rgb(227,82,137); }
H1.HeaderClassName
{
color: #E35289;
}
.AnyTagClassName
{
color: #E35289;
}
</style>
background-color css
<style>
a { background-color: #E35289; }
a { background-color: rgb(227,82,137); }
div.DivClassName
{
background-color: #E35289;
}
.BgClassName
{
background-color: #E35289;
}
</style>
border-color css
<style>
span { border-color: #E35289; }
span { border-color: rgb(227,82,137); }
td.TdClassName
{
border-color: #E35289;
}
.TagClassName
{
border-color: #E35289;
}
</style>