Shades of Dark Pink #E65A8B
Tints of Dark Pink #E65A8B
RGB
CMYK
RGB Variations
Color information
#E65A8B (or 0xE65A8B) is known color: Dark Pink. HEX triplet: E6, 5A and 8B. RGB value is (230,90,139). Sum of RGB (Red+Green+Blue) = 230+90+139=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65A8B is #19A574. Grayscale: #898989. Windows color (decimal): -1680757 or 9132774. OLE color: 9132774.
HSL color Cylindrical-coordinate representation of color #E65A8B: hue angle of 339º 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 #E65A8B is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 139 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.10 |
| HSL | 339º | 0.74% | 0.63% | - |
| HSV(B) | 339º | 0.61% | 0.9% | - |
| XYZ | 40.95 | 26 | 27.29 | - |
| YUV | 137.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 139 | 0 | 0.61 | 0.40 | 0.10 | 339 | 0.74 | 0.63 |
| Hex | E6 | 5A | 8B | 0 | 3D | 28 | A | 153 | 4A | 3F |
| Octal | 346 | 132 | 213 | 0 | 75 | 50 | 12 | 523 | 112 | 77 |
| Binary | 11100110 | 1011010 | 10001011 | 0 | 111101 | 101000 | 1010 | 101010011 | 1001010 | 111111 |
Color Harmonies of #E65A8B
Complementary color
Monochromatic Colors of #E65A8B
Black with #E65A8B
Text Example
Text Example
White with #E65A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A8B; }
p { color: rgb(230,90,139); }
H1.HeaderClassName
{
color: #E65A8B;
}
.AnyTagClassName
{
color: #E65A8B;
}
</style>
background-color css
<style>
a { background-color: #E65A8B; }
a { background-color: rgb(230,90,139); }
div.DivClassName
{
background-color: #E65A8B;
}
.BgClassName
{
background-color: #E65A8B;
}
</style>
border-color css
<style>
span { border-color: #E65A8B; }
span { border-color: rgb(230,90,139); }
td.TdClassName
{
border-color: #E65A8B;
}
.TagClassName
{
border-color: #E65A8B;
}
</style>