Shades of Dark Pink #E35185
Tints of Dark Pink #E35185
RGB
CMYK
RGB Variations
Color information
#E35185 (or 0xE35185) is known color: Dark Pink. HEX triplet: E3, 51 and 85. RGB value is (227,81,133). Sum of RGB (Red+Green+Blue) = 227+81+133=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E35185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35185 is #1CAE7A. Grayscale: #828282. Windows color (decimal): -1879675 or 8737251. OLE color: 8737251.
HSL color Cylindrical-coordinate representation of color #E35185: hue angle of 338.63º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E35185 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 133 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.11 |
| HSL | 338.63º | 0.72% | 0.6% | - |
| HSV(B) | 338.63º | 0.64% | 0.89% | - |
| XYZ | 38.85 | 23.91 | 24.76 | - |
| YUV | 130.58 | 129.37 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 133 | 0 | 0.64 | 0.41 | 0.11 | 338.63 | 0.72 | 0.6 |
| Hex | E3 | 51 | 85 | 0 | 40 | 29 | B | 153 | 48 | 3C |
| Octal | 343 | 121 | 205 | 0 | 100 | 51 | 13 | 523 | 110 | 74 |
| Binary | 11100011 | 1010001 | 10000101 | 0 | 1000000 | 101001 | 1011 | 101010011 | 1001000 | 111100 |
Color Harmonies of #E35185
Complementary color
Monochromatic Colors of #E35185
Black with #E35185
Text Example
Text Example
White with #E35185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35185; }
p { color: rgb(227,81,133); }
H1.HeaderClassName
{
color: #E35185;
}
.AnyTagClassName
{
color: #E35185;
}
</style>
background-color css
<style>
a { background-color: #E35185; }
a { background-color: rgb(227,81,133); }
div.DivClassName
{
background-color: #E35185;
}
.BgClassName
{
background-color: #E35185;
}
</style>
border-color css
<style>
span { border-color: #E35185; }
span { border-color: rgb(227,81,133); }
td.TdClassName
{
border-color: #E35185;
}
.TagClassName
{
border-color: #E35185;
}
</style>