Shades of Dark Pink #E65A8F
Tints of Dark Pink #E65A8F
RGB
CMYK
RGB Variations
Color information
#E65A8F (or 0xE65A8F) is known color: Dark Pink. HEX triplet: E6, 5A and 8F. RGB value is (230,90,143). Sum of RGB (Red+Green+Blue) = 230+90+143=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65A8F is #19A570. Grayscale: #898989. Windows color (decimal): -1680753 or 9394918. OLE color: 9394918.
HSL color Cylindrical-coordinate representation of color #E65A8F: hue angle of 337.29º 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 #E65A8F is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 143 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.10 |
| HSL | 337.29º | 0.74% | 0.63% | - |
| HSV(B) | 337.29º | 0.61% | 0.9% | - |
| XYZ | 41.25 | 26.12 | 28.85 | - |
| YUV | 137.9 | 130.88 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 143 | 0 | 0.61 | 0.38 | 0.10 | 337.29 | 0.74 | 0.63 |
| Hex | E6 | 5A | 8F | 0 | 3D | 26 | A | 151 | 4A | 3F |
| Octal | 346 | 132 | 217 | 0 | 75 | 46 | 12 | 521 | 112 | 77 |
| Binary | 11100110 | 1011010 | 10001111 | 0 | 111101 | 100110 | 1010 | 101010001 | 1001010 | 111111 |
Color Harmonies of #E65A8F
Complementary color
Monochromatic Colors of #E65A8F
Black with #E65A8F
Text Example
Text Example
White with #E65A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A8F; }
p { color: rgb(230,90,143); }
H1.HeaderClassName
{
color: #E65A8F;
}
.AnyTagClassName
{
color: #E65A8F;
}
</style>
background-color css
<style>
a { background-color: #E65A8F; }
a { background-color: rgb(230,90,143); }
div.DivClassName
{
background-color: #E65A8F;
}
.BgClassName
{
background-color: #E65A8F;
}
</style>
border-color css
<style>
span { border-color: #E65A8F; }
span { border-color: rgb(230,90,143); }
td.TdClassName
{
border-color: #E65A8F;
}
.TagClassName
{
border-color: #E65A8F;
}
</style>