Shades of Dark Pink #E75A8F
Tints of Dark Pink #E75A8F
RGB
CMYK
RGB Variations
Color information
#E75A8F (or 0xE75A8F) is known color: Dark Pink. HEX triplet: E7, 5A and 8F. RGB value is (231,90,143). Sum of RGB (Red+Green+Blue) = 231+90+143=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75A8F is #18A570. Grayscale: #8A8A8A. Windows color (decimal): -1615217 or 9394919. OLE color: 9394919.
HSL color Cylindrical-coordinate representation of color #E75A8F: hue angle of 337.45º degrees, saturation: 0.75, 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 #E75A8F is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 143 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.09 |
| HSL | 337.45º | 0.75% | 0.63% | - |
| HSV(B) | 337.45º | 0.61% | 0.91% | - |
| XYZ | 41.57 | 26.28 | 28.87 | - |
| YUV | 138.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 143 | 0 | 0.61 | 0.38 | 0.09 | 337.45 | 0.75 | 0.63 |
| Hex | E7 | 5A | 8F | 0 | 3D | 26 | 9 | 151 | 4B | 3F |
| Octal | 347 | 132 | 217 | 0 | 75 | 46 | 11 | 521 | 113 | 77 |
| Binary | 11100111 | 1011010 | 10001111 | 0 | 111101 | 100110 | 1001 | 101010001 | 1001011 | 111111 |
Color Harmonies of #E75A8F
Complementary color
Monochromatic Colors of #E75A8F
Black with #E75A8F
Text Example
Text Example
White with #E75A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A8F; }
p { color: rgb(231,90,143); }
H1.HeaderClassName
{
color: #E75A8F;
}
.AnyTagClassName
{
color: #E75A8F;
}
</style>
background-color css
<style>
a { background-color: #E75A8F; }
a { background-color: rgb(231,90,143); }
div.DivClassName
{
background-color: #E75A8F;
}
.BgClassName
{
background-color: #E75A8F;
}
</style>
border-color css
<style>
span { border-color: #E75A8F; }
span { border-color: rgb(231,90,143); }
td.TdClassName
{
border-color: #E75A8F;
}
.TagClassName
{
border-color: #E75A8F;
}
</style>