Shades of Pale Violet Red #ED719B
Tints of Pale Violet Red #ED719B
RGB
CMYK
RGB Variations
Color information
#ED719B (or 0xED719B) is known color: Pale Violet Red. HEX triplet: ED, 71 and 9B. RGB value is (237,113,155). Sum of RGB (Red+Green+Blue) = 237+113+155=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED719B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED719B is #128E64. Grayscale: #9A9A9A. Windows color (decimal): -1216101 or 10187245. OLE color: 10187245.
HSL color Cylindrical-coordinate representation of color #ED719B: hue angle of 339.68º 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 #ED719B is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 155 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.07 |
| HSL | 339.68º | 0.78% | 0.69% | - |
| HSV(B) | 339.68º | 0.52% | 0.93% | - |
| XYZ | 46.75 | 32.18 | 34.76 | - |
| YUV | 154.86 | 128.08 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 155 | 0 | 0.52 | 0.35 | 0.07 | 339.68 | 0.78 | 0.69 |
| Hex | ED | 71 | 9B | 0 | 34 | 23 | 7 | 154 | 4E | 45 |
| Octal | 355 | 161 | 233 | 0 | 64 | 43 | 7 | 524 | 116 | 105 |
| Binary | 11101101 | 1110001 | 10011011 | 0 | 110100 | 100011 | 111 | 101010100 | 1001110 | 1000101 |
Color Harmonies of #ED719B
Complementary color
Monochromatic Colors of #ED719B
Black with #ED719B
Text Example
Text Example
White with #ED719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED719B; }
p { color: rgb(237,113,155); }
H1.HeaderClassName
{
color: #ED719B;
}
.AnyTagClassName
{
color: #ED719B;
}
</style>
background-color css
<style>
a { background-color: #ED719B; }
a { background-color: rgb(237,113,155); }
div.DivClassName
{
background-color: #ED719B;
}
.BgClassName
{
background-color: #ED719B;
}
</style>
border-color css
<style>
span { border-color: #ED719B; }
span { border-color: rgb(237,113,155); }
td.TdClassName
{
border-color: #ED719B;
}
.TagClassName
{
border-color: #ED719B;
}
</style>