Shades of Dark Pink #E75B8B
Tints of Dark Pink #E75B8B
RGB
CMYK
RGB Variations
Color information
#E75B8B (or 0xE75B8B) is known color: Dark Pink. HEX triplet: E7, 5B and 8B. RGB value is (231,91,139). Sum of RGB (Red+Green+Blue) = 231+91+139=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75B8B is #18A474. Grayscale: #8A8A8A. Windows color (decimal): -1614965 or 9133031. OLE color: 9133031.
HSL color Cylindrical-coordinate representation of color #E75B8B: hue angle of 339.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 #E75B8B is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 91 | 139 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.09 |
| HSL | 339.43º | 0.74% | 0.63% | - |
| HSV(B) | 339.43º | 0.61% | 0.91% | - |
| XYZ | 41.36 | 26.34 | 27.33 | - |
| YUV | 138.33 | 128.38 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 139 | 0 | 0.61 | 0.40 | 0.09 | 339.43 | 0.74 | 0.63 |
| Hex | E7 | 5B | 8B | 0 | 3D | 28 | 9 | 153 | 4A | 3F |
| Octal | 347 | 133 | 213 | 0 | 75 | 50 | 11 | 523 | 112 | 77 |
| Binary | 11100111 | 1011011 | 10001011 | 0 | 111101 | 101000 | 1001 | 101010011 | 1001010 | 111111 |
Color Harmonies of #E75B8B
Complementary color
Monochromatic Colors of #E75B8B
Black with #E75B8B
Text Example
Text Example
White with #E75B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75B8B; }
p { color: rgb(231,91,139); }
H1.HeaderClassName
{
color: #E75B8B;
}
.AnyTagClassName
{
color: #E75B8B;
}
</style>
background-color css
<style>
a { background-color: #E75B8B; }
a { background-color: rgb(231,91,139); }
div.DivClassName
{
background-color: #E75B8B;
}
.BgClassName
{
background-color: #E75B8B;
}
</style>
border-color css
<style>
span { border-color: #E75B8B; }
span { border-color: rgb(231,91,139); }
td.TdClassName
{
border-color: #E75B8B;
}
.TagClassName
{
border-color: #E75B8B;
}
</style>