Shades of Dark Pink #E35B90
Tints of Dark Pink #E35B90
RGB
CMYK
RGB Variations
Color information
#E35B90 (or 0xE35B90) is known color: Dark Pink. HEX triplet: E3, 5B and 90. RGB value is (227,91,144). Sum of RGB (Red+Green+Blue) = 227+91+144=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35B90 is #1CA46F. Grayscale: #898989. Windows color (decimal): -1877104 or 9460707. OLE color: 9460707.
HSL color Cylindrical-coordinate representation of color #E35B90: hue angle of 336.62º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35B90 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 144 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.11 |
| HSL | 336.62º | 0.71% | 0.62% | - |
| HSV(B) | 336.62º | 0.6% | 0.89% | - |
| XYZ | 40.45 | 25.83 | 29.24 | - |
| YUV | 137.71 | 131.56 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 144 | 0 | 0.60 | 0.37 | 0.11 | 336.62 | 0.71 | 0.62 |
| Hex | E3 | 5B | 90 | 0 | 3C | 25 | B | 151 | 47 | 3E |
| Octal | 343 | 133 | 220 | 0 | 74 | 45 | 13 | 521 | 107 | 76 |
| Binary | 11100011 | 1011011 | 10010000 | 0 | 111100 | 100101 | 1011 | 101010001 | 1000111 | 111110 |
Color Harmonies of #E35B90
Complementary color
Monochromatic Colors of #E35B90
Black with #E35B90
Text Example
Text Example
White with #E35B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35B90; }
p { color: rgb(227,91,144); }
H1.HeaderClassName
{
color: #E35B90;
}
.AnyTagClassName
{
color: #E35B90;
}
</style>
background-color css
<style>
a { background-color: #E35B90; }
a { background-color: rgb(227,91,144); }
div.DivClassName
{
background-color: #E35B90;
}
.BgClassName
{
background-color: #E35B90;
}
</style>
border-color css
<style>
span { border-color: #E35B90; }
span { border-color: rgb(227,91,144); }
td.TdClassName
{
border-color: #E35B90;
}
.TagClassName
{
border-color: #E35B90;
}
</style>