Shades of Pale Violet Red #ED729F
Tints of Pale Violet Red #ED729F
RGB
CMYK
RGB Variations
Color information
#ED729F (or 0xED729F) is known color: Pale Violet Red. HEX triplet: ED, 72 and 9F. RGB value is (237,114,159). Sum of RGB (Red+Green+Blue) = 237+114+159=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED729F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED729F is #128D60. Grayscale: #9B9B9B. Windows color (decimal): -1215841 or 10449645. OLE color: 10449645.
HSL color Cylindrical-coordinate representation of color #ED729F: hue angle of 338.05º 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 #ED729F is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 159 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.07 |
| HSL | 338.05º | 0.77% | 0.69% | - |
| HSV(B) | 338.05º | 0.52% | 0.93% | - |
| XYZ | 47.2 | 32.54 | 36.59 | - |
| YUV | 155.91 | 129.75 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 159 | 0 | 0.52 | 0.33 | 0.07 | 338.05 | 0.77 | 0.69 |
| Hex | ED | 72 | 9F | 0 | 34 | 21 | 7 | 152 | 4D | 45 |
| Octal | 355 | 162 | 237 | 0 | 64 | 41 | 7 | 522 | 115 | 105 |
| Binary | 11101101 | 1110010 | 10011111 | 0 | 110100 | 100001 | 111 | 101010010 | 1001101 | 1000101 |
Color Harmonies of #ED729F
Complementary color
Monochromatic Colors of #ED729F
Black with #ED729F
Text Example
Text Example
White with #ED729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED729F; }
p { color: rgb(237,114,159); }
H1.HeaderClassName
{
color: #ED729F;
}
.AnyTagClassName
{
color: #ED729F;
}
</style>
background-color css
<style>
a { background-color: #ED729F; }
a { background-color: rgb(237,114,159); }
div.DivClassName
{
background-color: #ED729F;
}
.BgClassName
{
background-color: #ED729F;
}
</style>
border-color css
<style>
span { border-color: #ED729F; }
span { border-color: rgb(237,114,159); }
td.TdClassName
{
border-color: #ED729F;
}
.TagClassName
{
border-color: #ED729F;
}
</style>