Shades of Dark Pink #E35694
Tints of Dark Pink #E35694
RGB
CMYK
RGB Variations
Color information
#E35694 (or 0xE35694) is known color: Dark Pink. HEX triplet: E3, 56 and 94. RGB value is (227,86,148). Sum of RGB (Red+Green+Blue) = 227+86+148=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E35694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35694 is #1CA96B. Grayscale: #878787. Windows color (decimal): -1878380 or 9721571. OLE color: 9721571.
HSL color Cylindrical-coordinate representation of color #E35694: hue angle of 333.62º 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 #E35694 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 148 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.11 |
| HSL | 333.62º | 0.72% | 0.61% | - |
| HSV(B) | 333.62º | 0.62% | 0.89% | - |
| XYZ | 40.35 | 25.12 | 30.74 | - |
| YUV | 135.23 | 135.21 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 148 | 0 | 0.62 | 0.35 | 0.11 | 333.62 | 0.72 | 0.61 |
| Hex | E3 | 56 | 94 | 0 | 3E | 23 | B | 14E | 48 | 3D |
| Octal | 343 | 126 | 224 | 0 | 76 | 43 | 13 | 516 | 110 | 75 |
| Binary | 11100011 | 1010110 | 10010100 | 0 | 111110 | 100011 | 1011 | 101001110 | 1001000 | 111101 |
Color Harmonies of #E35694
Complementary color
Monochromatic Colors of #E35694
Black with #E35694
Text Example
Text Example
White with #E35694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35694; }
p { color: rgb(227,86,148); }
H1.HeaderClassName
{
color: #E35694;
}
.AnyTagClassName
{
color: #E35694;
}
</style>
background-color css
<style>
a { background-color: #E35694; }
a { background-color: rgb(227,86,148); }
div.DivClassName
{
background-color: #E35694;
}
.BgClassName
{
background-color: #E35694;
}
</style>
border-color css
<style>
span { border-color: #E35694; }
span { border-color: rgb(227,86,148); }
td.TdClassName
{
border-color: #E35694;
}
.TagClassName
{
border-color: #E35694;
}
</style>