Shades of Dark Pink #E35695
Tints of Dark Pink #E35695
RGB
CMYK
RGB Variations
Color information
#E35695 (or 0xE35695) is known color: Dark Pink. HEX triplet: E3, 56 and 95. RGB value is (227,86,149). Sum of RGB (Red+Green+Blue) = 227+86+149=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E35695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35695 is #1CA96A. Grayscale: #878787. Windows color (decimal): -1878379 or 9787107. OLE color: 9787107.
HSL color Cylindrical-coordinate representation of color #E35695: hue angle of 333.19º 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 #E35695 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 149 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.11 |
| HSL | 333.19º | 0.72% | 0.61% | - |
| HSV(B) | 333.19º | 0.62% | 0.89% | - |
| XYZ | 40.43 | 25.16 | 31.16 | - |
| YUV | 135.34 | 135.71 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 149 | 0 | 0.62 | 0.34 | 0.11 | 333.19 | 0.72 | 0.61 |
| Hex | E3 | 56 | 95 | 0 | 3E | 22 | B | 14D | 48 | 3D |
| Octal | 343 | 126 | 225 | 0 | 76 | 42 | 13 | 515 | 110 | 75 |
| Binary | 11100011 | 1010110 | 10010101 | 0 | 111110 | 100010 | 1011 | 101001101 | 1001000 | 111101 |
Color Harmonies of #E35695
Complementary color
Monochromatic Colors of #E35695
Black with #E35695
Text Example
Text Example
White with #E35695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35695; }
p { color: rgb(227,86,149); }
H1.HeaderClassName
{
color: #E35695;
}
.AnyTagClassName
{
color: #E35695;
}
</style>
background-color css
<style>
a { background-color: #E35695; }
a { background-color: rgb(227,86,149); }
div.DivClassName
{
background-color: #E35695;
}
.BgClassName
{
background-color: #E35695;
}
</style>
border-color css
<style>
span { border-color: #E35695; }
span { border-color: rgb(227,86,149); }
td.TdClassName
{
border-color: #E35695;
}
.TagClassName
{
border-color: #E35695;
}
</style>