Shades of Dark Pink #E35782
Tints of Dark Pink #E35782
RGB
CMYK
RGB Variations
Color information
#E35782 (or 0xE35782) is known color: Dark Pink. HEX triplet: E3, 57 and 82. RGB value is (227,87,130). Sum of RGB (Red+Green+Blue) = 227+87+130=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E35782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35782 is #1CA87D. Grayscale: #858585. Windows color (decimal): -1878142 or 8542179. OLE color: 8542179.
HSL color Cylindrical-coordinate representation of color #E35782: hue angle of 341.57º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E35782 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 87 | 130 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.11 |
| HSL | 341.57º | 0.71% | 0.62% | - |
| HSV(B) | 341.57º | 0.62% | 0.89% | - |
| XYZ | 39.12 | 24.76 | 23.84 | - |
| YUV | 133.76 | 125.88 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 87 | 130 | 0 | 0.62 | 0.43 | 0.11 | 341.57 | 0.71 | 0.62 |
| Hex | E3 | 57 | 82 | 0 | 3E | 2B | B | 156 | 47 | 3E |
| Octal | 343 | 127 | 202 | 0 | 76 | 53 | 13 | 526 | 107 | 76 |
| Binary | 11100011 | 1010111 | 10000010 | 0 | 111110 | 101011 | 1011 | 101010110 | 1000111 | 111110 |
Color Harmonies of #E35782
Complementary color
Monochromatic Colors of #E35782
Black with #E35782
Text Example
Text Example
White with #E35782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35782; }
p { color: rgb(227,87,130); }
H1.HeaderClassName
{
color: #E35782;
}
.AnyTagClassName
{
color: #E35782;
}
</style>
background-color css
<style>
a { background-color: #E35782; }
a { background-color: rgb(227,87,130); }
div.DivClassName
{
background-color: #E35782;
}
.BgClassName
{
background-color: #E35782;
}
</style>
border-color css
<style>
span { border-color: #E35782; }
span { border-color: rgb(227,87,130); }
td.TdClassName
{
border-color: #E35782;
}
.TagClassName
{
border-color: #E35782;
}
</style>