Shades of Dark Pink #E65A7C
Tints of Dark Pink #E65A7C
RGB
CMYK
RGB Variations
Color information
#E65A7C (or 0xE65A7C) is known color: Dark Pink. HEX triplet: E6, 5A and 7C. RGB value is (230,90,124). Sum of RGB (Red+Green+Blue) = 230+90+124=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65A7C is #19A583. Grayscale: #878787. Windows color (decimal): -1680772 or 8149734. OLE color: 8149734.
HSL color Cylindrical-coordinate representation of color #E65A7C: hue angle of 345.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65A7C is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 124 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.10 |
| HSL | 345.43º | 0.74% | 0.63% | - |
| HSV(B) | 345.43º | 0.61% | 0.9% | - |
| XYZ | 39.93 | 25.59 | 21.9 | - |
| YUV | 135.74 | 121.38 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 124 | 0 | 0.61 | 0.46 | 0.10 | 345.43 | 0.74 | 0.63 |
| Hex | E6 | 5A | 7C | 0 | 3D | 2E | A | 159 | 4A | 3F |
| Octal | 346 | 132 | 174 | 0 | 75 | 56 | 12 | 531 | 112 | 77 |
| Binary | 11100110 | 1011010 | 1111100 | 0 | 111101 | 101110 | 1010 | 101011001 | 1001010 | 111111 |
Color Harmonies of #E65A7C
Complementary color
Monochromatic Colors of #E65A7C
Black with #E65A7C
Text Example
Text Example
White with #E65A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A7C; }
p { color: rgb(230,90,124); }
H1.HeaderClassName
{
color: #E65A7C;
}
.AnyTagClassName
{
color: #E65A7C;
}
</style>
background-color css
<style>
a { background-color: #E65A7C; }
a { background-color: rgb(230,90,124); }
div.DivClassName
{
background-color: #E65A7C;
}
.BgClassName
{
background-color: #E65A7C;
}
</style>
border-color css
<style>
span { border-color: #E65A7C; }
span { border-color: rgb(230,90,124); }
td.TdClassName
{
border-color: #E65A7C;
}
.TagClassName
{
border-color: #E65A7C;
}
</style>