Shades of Dark Pink #E35582
Tints of Dark Pink #E35582
RGB
CMYK
RGB Variations
Color information
#E35582 (or 0xE35582) is known color: Dark Pink. HEX triplet: E3, 55 and 82. RGB value is (227,85,130). Sum of RGB (Red+Green+Blue) = 227+85+130=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E35582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35582 is #1CAA7D. Grayscale: #848484. Windows color (decimal): -1878654 or 8541667. OLE color: 8541667.
HSL color Cylindrical-coordinate representation of color #E35582: hue angle of 340.99º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35582 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 130 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.11 |
| HSL | 340.99º | 0.72% | 0.61% | - |
| HSV(B) | 340.99º | 0.63% | 0.89% | - |
| XYZ | 38.96 | 24.44 | 23.78 | - |
| YUV | 132.59 | 126.54 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 130 | 0 | 0.63 | 0.43 | 0.11 | 340.99 | 0.72 | 0.61 |
| Hex | E3 | 55 | 82 | 0 | 3F | 2B | B | 155 | 48 | 3D |
| Octal | 343 | 125 | 202 | 0 | 77 | 53 | 13 | 525 | 110 | 75 |
| Binary | 11100011 | 1010101 | 10000010 | 0 | 111111 | 101011 | 1011 | 101010101 | 1001000 | 111101 |
Color Harmonies of #E35582
Complementary color
Monochromatic Colors of #E35582
Black with #E35582
Text Example
Text Example
White with #E35582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35582; }
p { color: rgb(227,85,130); }
H1.HeaderClassName
{
color: #E35582;
}
.AnyTagClassName
{
color: #E35582;
}
</style>
background-color css
<style>
a { background-color: #E35582; }
a { background-color: rgb(227,85,130); }
div.DivClassName
{
background-color: #E35582;
}
.BgClassName
{
background-color: #E35582;
}
</style>
border-color css
<style>
span { border-color: #E35582; }
span { border-color: rgb(227,85,130); }
td.TdClassName
{
border-color: #E35582;
}
.TagClassName
{
border-color: #E35582;
}
</style>