Shades of Dark Pink #E65573
Tints of Dark Pink #E65573
RGB
CMYK
RGB Variations
Color information
#E65573 (or 0xE65573) is known color: Dark Pink. HEX triplet: E6, 55 and 73. RGB value is (230,85,115). Sum of RGB (Red+Green+Blue) = 230+85+115=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E65573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65573 is #19AA8C. Grayscale: #838383. Windows color (decimal): -1682061 or 7558630. OLE color: 7558630.
HSL color Cylindrical-coordinate representation of color #E65573: hue angle of 347.59º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65573 is Cyan = 0, Magento = 0.63, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 115 | - |
| CMYK | 0 | 0.63 | 0.5 | 0.10 |
| HSL | 347.59º | 0.74% | 0.62% | - |
| HSV(B) | 347.59º | 0.63% | 0.9% | - |
| XYZ | 38.98 | 24.56 | 18.91 | - |
| YUV | 131.78 | 118.54 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 115 | 0 | 0.63 | 0.5 | 0.10 | 347.59 | 0.74 | 0.62 |
| Hex | E6 | 55 | 73 | 0 | 3F | 32 | A | 15C | 4A | 3E |
| Octal | 346 | 125 | 163 | 0 | 77 | 62 | 12 | 534 | 112 | 76 |
| Binary | 11100110 | 1010101 | 1110011 | 0 | 111111 | 110010 | 1010 | 101011100 | 1001010 | 111110 |
Color Harmonies of #E65573
Complementary color
Monochromatic Colors of #E65573
Black with #E65573
Text Example
Text Example
White with #E65573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65573; }
p { color: rgb(230,85,115); }
H1.HeaderClassName
{
color: #E65573;
}
.AnyTagClassName
{
color: #E65573;
}
</style>
background-color css
<style>
a { background-color: #E65573; }
a { background-color: rgb(230,85,115); }
div.DivClassName
{
background-color: #E65573;
}
.BgClassName
{
background-color: #E65573;
}
</style>
border-color css
<style>
span { border-color: #E65573; }
span { border-color: rgb(230,85,115); }
td.TdClassName
{
border-color: #E65573;
}
.TagClassName
{
border-color: #E65573;
}
</style>