Shades of Dark Pink #E35385
Tints of Dark Pink #E35385
RGB
CMYK
RGB Variations
Color information
#E35385 (or 0xE35385) is known color: Dark Pink. HEX triplet: E3, 53 and 85. RGB value is (227,83,133). Sum of RGB (Red+Green+Blue) = 227+83+133=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E35385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35385 is #1CAC7A. Grayscale: #838383. Windows color (decimal): -1879163 or 8737763. OLE color: 8737763.
HSL color Cylindrical-coordinate representation of color #E35385: hue angle of 339.17º 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 #E35385 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 133 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.11 |
| HSL | 339.17º | 0.72% | 0.61% | - |
| HSV(B) | 339.17º | 0.63% | 0.89% | - |
| XYZ | 39.01 | 24.21 | 24.81 | - |
| YUV | 131.76 | 128.71 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 133 | 0 | 0.63 | 0.41 | 0.11 | 339.17 | 0.72 | 0.61 |
| Hex | E3 | 53 | 85 | 0 | 3F | 29 | B | 153 | 48 | 3D |
| Octal | 343 | 123 | 205 | 0 | 77 | 51 | 13 | 523 | 110 | 75 |
| Binary | 11100011 | 1010011 | 10000101 | 0 | 111111 | 101001 | 1011 | 101010011 | 1001000 | 111101 |
Color Harmonies of #E35385
Complementary color
Monochromatic Colors of #E35385
Black with #E35385
Text Example
Text Example
White with #E35385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35385; }
p { color: rgb(227,83,133); }
H1.HeaderClassName
{
color: #E35385;
}
.AnyTagClassName
{
color: #E35385;
}
</style>
background-color css
<style>
a { background-color: #E35385; }
a { background-color: rgb(227,83,133); }
div.DivClassName
{
background-color: #E35385;
}
.BgClassName
{
background-color: #E35385;
}
</style>
border-color css
<style>
span { border-color: #E35385; }
span { border-color: rgb(227,83,133); }
td.TdClassName
{
border-color: #E35385;
}
.TagClassName
{
border-color: #E35385;
}
</style>