Shades of Dark Pink #E75A8A
Tints of Dark Pink #E75A8A
RGB
CMYK
RGB Variations
Color information
#E75A8A (or 0xE75A8A) is known color: Dark Pink. HEX triplet: E7, 5A and 8A. RGB value is (231,90,138). Sum of RGB (Red+Green+Blue) = 231+90+138=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75A8A is #18A575. Grayscale: #898989. Windows color (decimal): -1615222 or 9067239. OLE color: 9067239.
HSL color Cylindrical-coordinate representation of color #E75A8A: hue angle of 339.57º 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 #E75A8A is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 138 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.09 |
| HSL | 339.57º | 0.75% | 0.63% | - |
| HSV(B) | 339.57º | 0.61% | 0.91% | - |
| XYZ | 41.2 | 26.14 | 26.92 | - |
| YUV | 137.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 138 | 0 | 0.61 | 0.40 | 0.09 | 339.57 | 0.75 | 0.63 |
| Hex | E7 | 5A | 8A | 0 | 3D | 28 | 9 | 154 | 4B | 3F |
| Octal | 347 | 132 | 212 | 0 | 75 | 50 | 11 | 524 | 113 | 77 |
| Binary | 11100111 | 1011010 | 10001010 | 0 | 111101 | 101000 | 1001 | 101010100 | 1001011 | 111111 |
Color Harmonies of #E75A8A
Complementary color
Monochromatic Colors of #E75A8A
Black with #E75A8A
Text Example
Text Example
White with #E75A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A8A; }
p { color: rgb(231,90,138); }
H1.HeaderClassName
{
color: #E75A8A;
}
.AnyTagClassName
{
color: #E75A8A;
}
</style>
background-color css
<style>
a { background-color: #E75A8A; }
a { background-color: rgb(231,90,138); }
div.DivClassName
{
background-color: #E75A8A;
}
.BgClassName
{
background-color: #E75A8A;
}
</style>
border-color css
<style>
span { border-color: #E75A8A; }
span { border-color: rgb(231,90,138); }
td.TdClassName
{
border-color: #E75A8A;
}
.TagClassName
{
border-color: #E75A8A;
}
</style>