Shades of Dark Pink #E65B77
Tints of Dark Pink #E65B77
RGB
CMYK
RGB Variations
Color information
#E65B77 (or 0xE65B77) is known color: Dark Pink. HEX triplet: E6, 5B and 77. RGB value is (230,91,119). Sum of RGB (Red+Green+Blue) = 230+91+119=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65B77 is #19A488. Grayscale: #878787. Windows color (decimal): -1680521 or 7822310. OLE color: 7822310.
HSL color Cylindrical-coordinate representation of color #E65B77: hue angle of 347.91º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65B77 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 119 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.10 |
| HSL | 347.91º | 0.74% | 0.63% | - |
| HSV(B) | 347.91º | 0.6% | 0.9% | - |
| XYZ | 39.7 | 25.64 | 20.31 | - |
| YUV | 135.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 119 | 0 | 0.60 | 0.48 | 0.10 | 347.91 | 0.74 | 0.63 |
| Hex | E6 | 5B | 77 | 0 | 3C | 30 | A | 15C | 4A | 3F |
| Octal | 346 | 133 | 167 | 0 | 74 | 60 | 12 | 534 | 112 | 77 |
| Binary | 11100110 | 1011011 | 1110111 | 0 | 111100 | 110000 | 1010 | 101011100 | 1001010 | 111111 |
Color Harmonies of #E65B77
Complementary color
Monochromatic Colors of #E65B77
Black with #E65B77
Text Example
Text Example
White with #E65B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65B77; }
p { color: rgb(230,91,119); }
H1.HeaderClassName
{
color: #E65B77;
}
.AnyTagClassName
{
color: #E65B77;
}
</style>
background-color css
<style>
a { background-color: #E65B77; }
a { background-color: rgb(230,91,119); }
div.DivClassName
{
background-color: #E65B77;
}
.BgClassName
{
background-color: #E65B77;
}
</style>
border-color css
<style>
span { border-color: #E65B77; }
span { border-color: rgb(230,91,119); }
td.TdClassName
{
border-color: #E65B77;
}
.TagClassName
{
border-color: #E65B77;
}
</style>