Shades of Dark Pink #E35B85
Tints of Dark Pink #E35B85
RGB
CMYK
RGB Variations
Color information
#E35B85 (or 0xE35B85) is known color: Dark Pink. HEX triplet: E3, 5B and 85. RGB value is (227,91,133). Sum of RGB (Red+Green+Blue) = 227+91+133=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35B85 is #1CA47A. Grayscale: #888888. Windows color (decimal): -1877115 or 8739811. OLE color: 8739811.
HSL color Cylindrical-coordinate representation of color #E35B85: hue angle of 341.47º 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 #E35B85 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 133 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.11 |
| HSL | 341.47º | 0.71% | 0.62% | - |
| HSV(B) | 341.47º | 0.6% | 0.89% | - |
| XYZ | 39.65 | 25.51 | 25.02 | - |
| YUV | 136.45 | 126.06 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 133 | 0 | 0.60 | 0.41 | 0.11 | 341.47 | 0.71 | 0.62 |
| Hex | E3 | 5B | 85 | 0 | 3C | 29 | B | 155 | 47 | 3E |
| Octal | 343 | 133 | 205 | 0 | 74 | 51 | 13 | 525 | 107 | 76 |
| Binary | 11100011 | 1011011 | 10000101 | 0 | 111100 | 101001 | 1011 | 101010101 | 1000111 | 111110 |
Color Harmonies of #E35B85
Complementary color
Monochromatic Colors of #E35B85
Black with #E35B85
Text Example
Text Example
White with #E35B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35B85; }
p { color: rgb(227,91,133); }
H1.HeaderClassName
{
color: #E35B85;
}
.AnyTagClassName
{
color: #E35B85;
}
</style>
background-color css
<style>
a { background-color: #E35B85; }
a { background-color: rgb(227,91,133); }
div.DivClassName
{
background-color: #E35B85;
}
.BgClassName
{
background-color: #E35B85;
}
</style>
border-color css
<style>
span { border-color: #E35B85; }
span { border-color: rgb(227,91,133); }
td.TdClassName
{
border-color: #E35B85;
}
.TagClassName
{
border-color: #E35B85;
}
</style>