Shades of Dark Pink #E65175
Tints of Dark Pink #E65175
RGB
CMYK
RGB Variations
Color information
#E65175 (or 0xE65175) is known color: Dark Pink. HEX triplet: E6, 51 and 75. RGB value is (230,81,117). Sum of RGB (Red+Green+Blue) = 230+81+117=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E65175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65175 is #19AE8A. Grayscale: #818181. Windows color (decimal): -1683083 or 7688678. OLE color: 7688678.
HSL color Cylindrical-coordinate representation of color #E65175: hue angle of 345.5º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65175 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 117 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.10 |
| HSL | 345.5º | 0.75% | 0.61% | - |
| HSV(B) | 345.5º | 0.65% | 0.9% | - |
| XYZ | 38.79 | 23.99 | 19.42 | - |
| YUV | 129.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 117 | 0 | 0.65 | 0.49 | 0.10 | 345.5 | 0.75 | 0.61 |
| Hex | E6 | 51 | 75 | 0 | 41 | 31 | A | 15A | 4B | 3D |
| Octal | 346 | 121 | 165 | 0 | 101 | 61 | 12 | 532 | 113 | 75 |
| Binary | 11100110 | 1010001 | 1110101 | 0 | 1000001 | 110001 | 1010 | 101011010 | 1001011 | 111101 |
Color Harmonies of #E65175
Complementary color
Monochromatic Colors of #E65175
Black with #E65175
Text Example
Text Example
White with #E65175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65175; }
p { color: rgb(230,81,117); }
H1.HeaderClassName
{
color: #E65175;
}
.AnyTagClassName
{
color: #E65175;
}
</style>
background-color css
<style>
a { background-color: #E65175; }
a { background-color: rgb(230,81,117); }
div.DivClassName
{
background-color: #E65175;
}
.BgClassName
{
background-color: #E65175;
}
</style>
border-color css
<style>
span { border-color: #E65175; }
span { border-color: rgb(230,81,117); }
td.TdClassName
{
border-color: #E65175;
}
.TagClassName
{
border-color: #E65175;
}
</style>