Shades of Dark Pink #E75B8A
Tints of Dark Pink #E75B8A
RGB
CMYK
RGB Variations
Color information
#E75B8A (or 0xE75B8A) is known color: Dark Pink. HEX triplet: E7, 5B and 8A. RGB value is (231,91,138). Sum of RGB (Red+Green+Blue) = 231+91+138=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75B8A is #18A475. Grayscale: #8A8A8A. Windows color (decimal): -1614966 or 9067495. OLE color: 9067495.
HSL color Cylindrical-coordinate representation of color #E75B8A: hue angle of 339.86º 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 #E75B8A is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 91 | 138 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.09 |
| HSL | 339.86º | 0.74% | 0.63% | - |
| HSV(B) | 339.86º | 0.61% | 0.91% | - |
| XYZ | 41.28 | 26.31 | 26.95 | - |
| YUV | 138.22 | 127.88 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 138 | 0 | 0.61 | 0.40 | 0.09 | 339.86 | 0.74 | 0.63 |
| Hex | E7 | 5B | 8A | 0 | 3D | 28 | 9 | 154 | 4A | 3F |
| Octal | 347 | 133 | 212 | 0 | 75 | 50 | 11 | 524 | 112 | 77 |
| Binary | 11100111 | 1011011 | 10001010 | 0 | 111101 | 101000 | 1001 | 101010100 | 1001010 | 111111 |
Color Harmonies of #E75B8A
Complementary color
Monochromatic Colors of #E75B8A
Black with #E75B8A
Text Example
Text Example
White with #E75B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75B8A; }
p { color: rgb(231,91,138); }
H1.HeaderClassName
{
color: #E75B8A;
}
.AnyTagClassName
{
color: #E75B8A;
}
</style>
background-color css
<style>
a { background-color: #E75B8A; }
a { background-color: rgb(231,91,138); }
div.DivClassName
{
background-color: #E75B8A;
}
.BgClassName
{
background-color: #E75B8A;
}
</style>
border-color css
<style>
span { border-color: #E75B8A; }
span { border-color: rgb(231,91,138); }
td.TdClassName
{
border-color: #E75B8A;
}
.TagClassName
{
border-color: #E75B8A;
}
</style>