Shades of Dark Pink #E35181
Tints of Dark Pink #E35181
RGB
CMYK
RGB Variations
Color information
#E35181 (or 0xE35181) is known color: Dark Pink. HEX triplet: E3, 51 and 81. RGB value is (227,81,129). Sum of RGB (Red+Green+Blue) = 227+81+129=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E35181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35181 is #1CAE7E. Grayscale: #828282. Windows color (decimal): -1879679 or 8475107. OLE color: 8475107.
HSL color Cylindrical-coordinate representation of color #E35181: hue angle of 340.27º 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 #E35181 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 129 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.11 |
| HSL | 340.27º | 0.72% | 0.6% | - |
| HSV(B) | 340.27º | 0.64% | 0.89% | - |
| XYZ | 38.58 | 23.8 | 23.33 | - |
| YUV | 130.13 | 127.37 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 129 | 0 | 0.64 | 0.43 | 0.11 | 340.27 | 0.72 | 0.6 |
| Hex | E3 | 51 | 81 | 0 | 40 | 2B | B | 154 | 48 | 3C |
| Octal | 343 | 121 | 201 | 0 | 100 | 53 | 13 | 524 | 110 | 74 |
| Binary | 11100011 | 1010001 | 10000001 | 0 | 1000000 | 101011 | 1011 | 101010100 | 1001000 | 111100 |
Color Harmonies of #E35181
Complementary color
Monochromatic Colors of #E35181
Black with #E35181
Text Example
Text Example
White with #E35181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35181; }
p { color: rgb(227,81,129); }
H1.HeaderClassName
{
color: #E35181;
}
.AnyTagClassName
{
color: #E35181;
}
</style>
background-color css
<style>
a { background-color: #E35181; }
a { background-color: rgb(227,81,129); }
div.DivClassName
{
background-color: #E35181;
}
.BgClassName
{
background-color: #E35181;
}
</style>
border-color css
<style>
span { border-color: #E35181; }
span { border-color: rgb(227,81,129); }
td.TdClassName
{
border-color: #E35181;
}
.TagClassName
{
border-color: #E35181;
}
</style>