Shades of Dark Pink #E75B7E
Tints of Dark Pink #E75B7E
RGB
CMYK
RGB Variations
Color information
#E75B7E (or 0xE75B7E) is known color: Dark Pink. HEX triplet: E7, 5B and 7E. RGB value is (231,91,126). Sum of RGB (Red+Green+Blue) = 231+91+126=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75B7E is #18A481. Grayscale: #888888. Windows color (decimal): -1614978 or 8281063. OLE color: 8281063.
HSL color Cylindrical-coordinate representation of color #E75B7E: hue angle of 345º 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 #E75B7E is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 91 | 126 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.09 |
| HSL | 345º | 0.74% | 0.63% | - |
| HSV(B) | 345º | 0.61% | 0.91% | - |
| XYZ | 40.46 | 25.98 | 22.62 | - |
| YUV | 136.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 126 | 0 | 0.61 | 0.45 | 0.09 | 345 | 0.74 | 0.63 |
| Hex | E7 | 5B | 7E | 0 | 3D | 2D | 9 | 159 | 4A | 3F |
| Octal | 347 | 133 | 176 | 0 | 75 | 55 | 11 | 531 | 112 | 77 |
| Binary | 11100111 | 1011011 | 1111110 | 0 | 111101 | 101101 | 1001 | 101011001 | 1001010 | 111111 |
Color Harmonies of #E75B7E
Complementary color
Monochromatic Colors of #E75B7E
Black with #E75B7E
Text Example
Text Example
White with #E75B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75B7E; }
p { color: rgb(231,91,126); }
H1.HeaderClassName
{
color: #E75B7E;
}
.AnyTagClassName
{
color: #E75B7E;
}
</style>
background-color css
<style>
a { background-color: #E75B7E; }
a { background-color: rgb(231,91,126); }
div.DivClassName
{
background-color: #E75B7E;
}
.BgClassName
{
background-color: #E75B7E;
}
</style>
border-color css
<style>
span { border-color: #E75B7E; }
span { border-color: rgb(231,91,126); }
td.TdClassName
{
border-color: #E75B7E;
}
.TagClassName
{
border-color: #E75B7E;
}
</style>