Shades of Dark Pink #E65A8A
Tints of Dark Pink #E65A8A
RGB
CMYK
RGB Variations
Color information
#E65A8A (or 0xE65A8A) is known color: Dark Pink. HEX triplet: E6, 5A and 8A. RGB value is (230,90,138). Sum of RGB (Red+Green+Blue) = 230+90+138=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65A8A is #19A575. Grayscale: #898989. Windows color (decimal): -1680758 or 9067238. OLE color: 9067238.
HSL color Cylindrical-coordinate representation of color #E65A8A: hue angle of 339.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 #E65A8A is Cyan = 0, Magento = 0.61, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 138 | - |
| CMYK | 0 | 0.61 | 0.4 | 0.10 |
| HSL | 339.43º | 0.74% | 0.63% | - |
| HSV(B) | 339.43º | 0.61% | 0.9% | - |
| XYZ | 40.88 | 25.97 | 26.9 | - |
| YUV | 137.33 | 128.38 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 138 | 0 | 0.61 | 0.4 | 0.10 | 339.43 | 0.74 | 0.63 |
| Hex | E6 | 5A | 8A | 0 | 3D | 28 | A | 153 | 4A | 3F |
| Octal | 346 | 132 | 212 | 0 | 75 | 50 | 12 | 523 | 112 | 77 |
| Binary | 11100110 | 1011010 | 10001010 | 0 | 111101 | 101000 | 1010 | 101010011 | 1001010 | 111111 |
Color Harmonies of #E65A8A
Complementary color
Monochromatic Colors of #E65A8A
Black with #E65A8A
Text Example
Text Example
White with #E65A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A8A; }
p { color: rgb(230,90,138); }
H1.HeaderClassName
{
color: #E65A8A;
}
.AnyTagClassName
{
color: #E65A8A;
}
</style>
background-color css
<style>
a { background-color: #E65A8A; }
a { background-color: rgb(230,90,138); }
div.DivClassName
{
background-color: #E65A8A;
}
.BgClassName
{
background-color: #E65A8A;
}
</style>
border-color css
<style>
span { border-color: #E65A8A; }
span { border-color: rgb(230,90,138); }
td.TdClassName
{
border-color: #E65A8A;
}
.TagClassName
{
border-color: #E65A8A;
}
</style>