Shades of Dark Pink #E75B7D
Tints of Dark Pink #E75B7D
RGB
CMYK
RGB Variations
Color information
#E75B7D (or 0xE75B7D) is known color: Dark Pink. HEX triplet: E7, 5B and 7D. RGB value is (231,91,125). Sum of RGB (Red+Green+Blue) = 231+91+125=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75B7D is #18A482. Grayscale: #888888. Windows color (decimal): -1614979 or 8215527. OLE color: 8215527.
HSL color Cylindrical-coordinate representation of color #E75B7D: hue angle of 345.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75B7D is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 91 | 125 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.09 |
| HSL | 345.43º | 0.74% | 0.63% | - |
| HSV(B) | 345.43º | 0.61% | 0.91% | - |
| XYZ | 40.4 | 25.95 | 22.28 | - |
| YUV | 136.74 | 121.38 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 125 | 0 | 0.61 | 0.46 | 0.09 | 345.43 | 0.74 | 0.63 |
| Hex | E7 | 5B | 7D | 0 | 3D | 2E | 9 | 159 | 4A | 3F |
| Octal | 347 | 133 | 175 | 0 | 75 | 56 | 11 | 531 | 112 | 77 |
| Binary | 11100111 | 1011011 | 1111101 | 0 | 111101 | 101110 | 1001 | 101011001 | 1001010 | 111111 |
Color Harmonies of #E75B7D
Complementary color
Monochromatic Colors of #E75B7D
Black with #E75B7D
Text Example
Text Example
White with #E75B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75B7D; }
p { color: rgb(231,91,125); }
H1.HeaderClassName
{
color: #E75B7D;
}
.AnyTagClassName
{
color: #E75B7D;
}
</style>
background-color css
<style>
a { background-color: #E75B7D; }
a { background-color: rgb(231,91,125); }
div.DivClassName
{
background-color: #E75B7D;
}
.BgClassName
{
background-color: #E75B7D;
}
</style>
border-color css
<style>
span { border-color: #E75B7D; }
span { border-color: rgb(231,91,125); }
td.TdClassName
{
border-color: #E75B7D;
}
.TagClassName
{
border-color: #E75B7D;
}
</style>