Shades of Pale Violet Red #ED719E
Tints of Pale Violet Red #ED719E
RGB
CMYK
RGB Variations
Color information
#ED719E (or 0xED719E) is known color: Pale Violet Red. HEX triplet: ED, 71 and 9E. RGB value is (237,113,158). Sum of RGB (Red+Green+Blue) = 237+113+158=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED719E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED719E is #128E61. Grayscale: #9B9B9B. Windows color (decimal): -1216098 or 10383853. OLE color: 10383853.
HSL color Cylindrical-coordinate representation of color #ED719E: hue angle of 338.23º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED719E is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 158 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.07 |
| HSL | 338.23º | 0.78% | 0.69% | - |
| HSV(B) | 338.23º | 0.52% | 0.93% | - |
| XYZ | 47 | 32.28 | 36.1 | - |
| YUV | 155.21 | 129.58 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 158 | 0 | 0.52 | 0.33 | 0.07 | 338.23 | 0.78 | 0.69 |
| Hex | ED | 71 | 9E | 0 | 34 | 21 | 7 | 152 | 4E | 45 |
| Octal | 355 | 161 | 236 | 0 | 64 | 41 | 7 | 522 | 116 | 105 |
| Binary | 11101101 | 1110001 | 10011110 | 0 | 110100 | 100001 | 111 | 101010010 | 1001110 | 1000101 |
Color Harmonies of #ED719E
Complementary color
Monochromatic Colors of #ED719E
Black with #ED719E
Text Example
Text Example
White with #ED719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED719E; }
p { color: rgb(237,113,158); }
H1.HeaderClassName
{
color: #ED719E;
}
.AnyTagClassName
{
color: #ED719E;
}
</style>
background-color css
<style>
a { background-color: #ED719E; }
a { background-color: rgb(237,113,158); }
div.DivClassName
{
background-color: #ED719E;
}
.BgClassName
{
background-color: #ED719E;
}
</style>
border-color css
<style>
span { border-color: #ED719E; }
span { border-color: rgb(237,113,158); }
td.TdClassName
{
border-color: #ED719E;
}
.TagClassName
{
border-color: #ED719E;
}
</style>