Shades of Pale Violet Red #ED679F
Tints of Pale Violet Red #ED679F
RGB
CMYK
RGB Variations
Color information
#ED679F (or 0xED679F) is known color: Pale Violet Red. HEX triplet: ED, 67 and 9F. RGB value is (237,103,159). Sum of RGB (Red+Green+Blue) = 237+103+159=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED679F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED679F is #129860. Grayscale: #959595. Windows color (decimal): -1218657 or 10446829. OLE color: 10446829.
HSL color Cylindrical-coordinate representation of color #ED679F: hue angle of 334.93º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED679F is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 159 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.07 |
| HSL | 334.93º | 0.79% | 0.67% | - |
| HSV(B) | 334.93º | 0.57% | 0.93% | - |
| XYZ | 46.03 | 30.21 | 36.21 | - |
| YUV | 149.45 | 133.39 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 159 | 0 | 0.57 | 0.33 | 0.07 | 334.93 | 0.79 | 0.67 |
| Hex | ED | 67 | 9F | 0 | 39 | 21 | 7 | 14F | 4F | 43 |
| Octal | 355 | 147 | 237 | 0 | 71 | 41 | 7 | 517 | 117 | 103 |
| Binary | 11101101 | 1100111 | 10011111 | 0 | 111001 | 100001 | 111 | 101001111 | 1001111 | 1000011 |
Color Harmonies of #ED679F
Complementary color
Monochromatic Colors of #ED679F
Black with #ED679F
Text Example
Text Example
White with #ED679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED679F; }
p { color: rgb(237,103,159); }
H1.HeaderClassName
{
color: #ED679F;
}
.AnyTagClassName
{
color: #ED679F;
}
</style>
background-color css
<style>
a { background-color: #ED679F; }
a { background-color: rgb(237,103,159); }
div.DivClassName
{
background-color: #ED679F;
}
.BgClassName
{
background-color: #ED679F;
}
</style>
border-color css
<style>
span { border-color: #ED679F; }
span { border-color: rgb(237,103,159); }
td.TdClassName
{
border-color: #ED679F;
}
.TagClassName
{
border-color: #ED679F;
}
</style>