Shades of Dark Pink #E75B8C
Tints of Dark Pink #E75B8C
RGB
CMYK
RGB Variations
Color information
#E75B8C (or 0xE75B8C) is known color: Dark Pink. HEX triplet: E7, 5B and 8C. RGB value is (231,91,140). Sum of RGB (Red+Green+Blue) = 231+91+140=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75B8C is #18A473. Grayscale: #8A8A8A. Windows color (decimal): -1614964 or 9198567. OLE color: 9198567.
HSL color Cylindrical-coordinate representation of color #E75B8C: hue angle of 339º 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 #E75B8C is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 91 | 140 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.09 |
| HSL | 339º | 0.74% | 0.63% | - |
| HSV(B) | 339º | 0.61% | 0.91% | - |
| XYZ | 41.43 | 26.36 | 27.72 | - |
| YUV | 138.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 140 | 0 | 0.61 | 0.39 | 0.09 | 339 | 0.74 | 0.63 |
| Hex | E7 | 5B | 8C | 0 | 3D | 27 | 9 | 153 | 4A | 3F |
| Octal | 347 | 133 | 214 | 0 | 75 | 47 | 11 | 523 | 112 | 77 |
| Binary | 11100111 | 1011011 | 10001100 | 0 | 111101 | 100111 | 1001 | 101010011 | 1001010 | 111111 |
Color Harmonies of #E75B8C
Complementary color
Monochromatic Colors of #E75B8C
Black with #E75B8C
Text Example
Text Example
White with #E75B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75B8C; }
p { color: rgb(231,91,140); }
H1.HeaderClassName
{
color: #E75B8C;
}
.AnyTagClassName
{
color: #E75B8C;
}
</style>
background-color css
<style>
a { background-color: #E75B8C; }
a { background-color: rgb(231,91,140); }
div.DivClassName
{
background-color: #E75B8C;
}
.BgClassName
{
background-color: #E75B8C;
}
</style>
border-color css
<style>
span { border-color: #E75B8C; }
span { border-color: rgb(231,91,140); }
td.TdClassName
{
border-color: #E75B8C;
}
.TagClassName
{
border-color: #E75B8C;
}
</style>