Shades of Dark Pink #E35594
Tints of Dark Pink #E35594
RGB
CMYK
RGB Variations
Color information
#E35594 (or 0xE35594) is known color: Dark Pink. HEX triplet: E3, 55 and 94. RGB value is (227,85,148). Sum of RGB (Red+Green+Blue) = 227+85+148=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E35594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35594 is #1CAA6B. Grayscale: #868686. Windows color (decimal): -1878636 or 9721315. OLE color: 9721315.
HSL color Cylindrical-coordinate representation of color #E35594: hue angle of 333.38º 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 #E35594 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 148 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.11 |
| HSL | 333.38º | 0.72% | 0.61% | - |
| HSV(B) | 333.38º | 0.63% | 0.89% | - |
| XYZ | 40.27 | 24.97 | 30.71 | - |
| YUV | 134.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 148 | 0 | 0.63 | 0.35 | 0.11 | 333.38 | 0.72 | 0.61 |
| Hex | E3 | 55 | 94 | 0 | 3F | 23 | B | 14D | 48 | 3D |
| Octal | 343 | 125 | 224 | 0 | 77 | 43 | 13 | 515 | 110 | 75 |
| Binary | 11100011 | 1010101 | 10010100 | 0 | 111111 | 100011 | 1011 | 101001101 | 1001000 | 111101 |
Color Harmonies of #E35594
Complementary color
Monochromatic Colors of #E35594
Black with #E35594
Text Example
Text Example
White with #E35594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35594; }
p { color: rgb(227,85,148); }
H1.HeaderClassName
{
color: #E35594;
}
.AnyTagClassName
{
color: #E35594;
}
</style>
background-color css
<style>
a { background-color: #E35594; }
a { background-color: rgb(227,85,148); }
div.DivClassName
{
background-color: #E35594;
}
.BgClassName
{
background-color: #E35594;
}
</style>
border-color css
<style>
span { border-color: #E35594; }
span { border-color: rgb(227,85,148); }
td.TdClassName
{
border-color: #E35594;
}
.TagClassName
{
border-color: #E35594;
}
</style>