Shades of Dark Pink #E35B7D
Tints of Dark Pink #E35B7D
RGB
CMYK
RGB Variations
Color information
#E35B7D (or 0xE35B7D) is known color: Dark Pink. HEX triplet: E3, 5B and 7D. RGB value is (227,91,125). Sum of RGB (Red+Green+Blue) = 227+91+125=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35B7D is #1CA482. Grayscale: #878787. Windows color (decimal): -1877123 or 8215523. OLE color: 8215523.
HSL color Cylindrical-coordinate representation of color #E35B7D: hue angle of 345º 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 #E35B7D is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 125 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.11 |
| HSL | 345º | 0.71% | 0.62% | - |
| HSV(B) | 345º | 0.6% | 0.89% | - |
| XYZ | 39.12 | 25.29 | 22.22 | - |
| YUV | 135.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 125 | 0 | 0.60 | 0.45 | 0.11 | 345 | 0.71 | 0.62 |
| Hex | E3 | 5B | 7D | 0 | 3C | 2D | B | 159 | 47 | 3E |
| Octal | 343 | 133 | 175 | 0 | 74 | 55 | 13 | 531 | 107 | 76 |
| Binary | 11100011 | 1011011 | 1111101 | 0 | 111100 | 101101 | 1011 | 101011001 | 1000111 | 111110 |
Color Harmonies of #E35B7D
Complementary color
Monochromatic Colors of #E35B7D
Black with #E35B7D
Text Example
Text Example
White with #E35B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35B7D; }
p { color: rgb(227,91,125); }
H1.HeaderClassName
{
color: #E35B7D;
}
.AnyTagClassName
{
color: #E35B7D;
}
</style>
background-color css
<style>
a { background-color: #E35B7D; }
a { background-color: rgb(227,91,125); }
div.DivClassName
{
background-color: #E35B7D;
}
.BgClassName
{
background-color: #E35B7D;
}
</style>
border-color css
<style>
span { border-color: #E35B7D; }
span { border-color: rgb(227,91,125); }
td.TdClassName
{
border-color: #E35B7D;
}
.TagClassName
{
border-color: #E35B7D;
}
</style>