Shades of Dark Pink #E65A7B
Tints of Dark Pink #E65A7B
RGB
CMYK
RGB Variations
Color information
#E65A7B (or 0xE65A7B) is known color: Dark Pink. HEX triplet: E6, 5A and 7B. RGB value is (230,90,123). Sum of RGB (Red+Green+Blue) = 230+90+123=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65A7B is #19A584. Grayscale: #878787. Windows color (decimal): -1680773 or 8084198. OLE color: 8084198.
HSL color Cylindrical-coordinate representation of color #E65A7B: hue angle of 345.86º 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 #E65A7B is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 123 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.10 |
| HSL | 345.86º | 0.74% | 0.63% | - |
| HSV(B) | 345.86º | 0.61% | 0.9% | - |
| XYZ | 39.86 | 25.57 | 21.57 | - |
| YUV | 135.62 | 120.88 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 123 | 0 | 0.61 | 0.47 | 0.10 | 345.86 | 0.74 | 0.63 |
| Hex | E6 | 5A | 7B | 0 | 3D | 2F | A | 15A | 4A | 3F |
| Octal | 346 | 132 | 173 | 0 | 75 | 57 | 12 | 532 | 112 | 77 |
| Binary | 11100110 | 1011010 | 1111011 | 0 | 111101 | 101111 | 1010 | 101011010 | 1001010 | 111111 |
Color Harmonies of #E65A7B
Complementary color
Monochromatic Colors of #E65A7B
Black with #E65A7B
Text Example
Text Example
White with #E65A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A7B; }
p { color: rgb(230,90,123); }
H1.HeaderClassName
{
color: #E65A7B;
}
.AnyTagClassName
{
color: #E65A7B;
}
</style>
background-color css
<style>
a { background-color: #E65A7B; }
a { background-color: rgb(230,90,123); }
div.DivClassName
{
background-color: #E65A7B;
}
.BgClassName
{
background-color: #E65A7B;
}
</style>
border-color css
<style>
span { border-color: #E65A7B; }
span { border-color: rgb(230,90,123); }
td.TdClassName
{
border-color: #E65A7B;
}
.TagClassName
{
border-color: #E65A7B;
}
</style>