Shades of Dark Pink #E35682
Tints of Dark Pink #E35682
RGB
CMYK
RGB Variations
Color information
#E35682 (or 0xE35682) is known color: Dark Pink. HEX triplet: E3, 56 and 82. RGB value is (227,86,130). Sum of RGB (Red+Green+Blue) = 227+86+130=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E35682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35682 is #1CA97D. Grayscale: #858585. Windows color (decimal): -1878398 or 8541923. OLE color: 8541923.
HSL color Cylindrical-coordinate representation of color #E35682: hue angle of 341.28º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E35682 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 130 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.11 |
| HSL | 341.28º | 0.72% | 0.61% | - |
| HSV(B) | 341.28º | 0.62% | 0.89% | - |
| XYZ | 39.04 | 24.6 | 23.81 | - |
| YUV | 133.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 130 | 0 | 0.62 | 0.43 | 0.11 | 341.28 | 0.72 | 0.61 |
| Hex | E3 | 56 | 82 | 0 | 3E | 2B | B | 155 | 48 | 3D |
| Octal | 343 | 126 | 202 | 0 | 76 | 53 | 13 | 525 | 110 | 75 |
| Binary | 11100011 | 1010110 | 10000010 | 0 | 111110 | 101011 | 1011 | 101010101 | 1001000 | 111101 |
Color Harmonies of #E35682
Complementary color
Monochromatic Colors of #E35682
Black with #E35682
Text Example
Text Example
White with #E35682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35682; }
p { color: rgb(227,86,130); }
H1.HeaderClassName
{
color: #E35682;
}
.AnyTagClassName
{
color: #E35682;
}
</style>
background-color css
<style>
a { background-color: #E35682; }
a { background-color: rgb(227,86,130); }
div.DivClassName
{
background-color: #E35682;
}
.BgClassName
{
background-color: #E35682;
}
</style>
border-color css
<style>
span { border-color: #E35682; }
span { border-color: rgb(227,86,130); }
td.TdClassName
{
border-color: #E35682;
}
.TagClassName
{
border-color: #E35682;
}
</style>