Shades of Dark Pink #E35A79
Tints of Dark Pink #E35A79
RGB
CMYK
RGB Variations
Color information
#E35A79 (or 0xE35A79) is known color: Dark Pink. HEX triplet: E3, 5A and 79. RGB value is (227,90,121). Sum of RGB (Red+Green+Blue) = 227+90+121=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35A79 is #1CA586. Grayscale: #868686. Windows color (decimal): -1877383 or 7953123. OLE color: 7953123.
HSL color Cylindrical-coordinate representation of color #E35A79: hue angle of 346.42º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35A79 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 121 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.11 |
| HSL | 346.42º | 0.71% | 0.62% | - |
| HSV(B) | 346.42º | 0.6% | 0.89% | - |
| XYZ | 38.79 | 25.02 | 20.87 | - |
| YUV | 134.5 | 120.39 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 121 | 0 | 0.60 | 0.47 | 0.11 | 346.42 | 0.71 | 0.62 |
| Hex | E3 | 5A | 79 | 0 | 3C | 2F | B | 15A | 47 | 3E |
| Octal | 343 | 132 | 171 | 0 | 74 | 57 | 13 | 532 | 107 | 76 |
| Binary | 11100011 | 1011010 | 1111001 | 0 | 111100 | 101111 | 1011 | 101011010 | 1000111 | 111110 |
Color Harmonies of #E35A79
Complementary color
Monochromatic Colors of #E35A79
Black with #E35A79
Text Example
Text Example
White with #E35A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A79; }
p { color: rgb(227,90,121); }
H1.HeaderClassName
{
color: #E35A79;
}
.AnyTagClassName
{
color: #E35A79;
}
</style>
background-color css
<style>
a { background-color: #E35A79; }
a { background-color: rgb(227,90,121); }
div.DivClassName
{
background-color: #E35A79;
}
.BgClassName
{
background-color: #E35A79;
}
</style>
border-color css
<style>
span { border-color: #E35A79; }
span { border-color: rgb(227,90,121); }
td.TdClassName
{
border-color: #E35A79;
}
.TagClassName
{
border-color: #E35A79;
}
</style>