Shades of Pale Violet Red #ED679E
Tints of Pale Violet Red #ED679E
RGB
CMYK
RGB Variations
Color information
#ED679E (or 0xED679E) is known color: Pale Violet Red. HEX triplet: ED, 67 and 9E. RGB value is (237,103,158). Sum of RGB (Red+Green+Blue) = 237+103+158=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED679E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED679E is #129861. Grayscale: #959595. Windows color (decimal): -1218658 or 10381293. OLE color: 10381293.
HSL color Cylindrical-coordinate representation of color #ED679E: hue angle of 335.37º 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 #ED679E is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 158 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.07 |
| HSL | 335.37º | 0.79% | 0.67% | - |
| HSV(B) | 335.37º | 0.57% | 0.93% | - |
| XYZ | 45.95 | 30.17 | 35.75 | - |
| YUV | 149.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 158 | 0 | 0.57 | 0.33 | 0.07 | 335.37 | 0.79 | 0.67 |
| Hex | ED | 67 | 9E | 0 | 39 | 21 | 7 | 14F | 4F | 43 |
| Octal | 355 | 147 | 236 | 0 | 71 | 41 | 7 | 517 | 117 | 103 |
| Binary | 11101101 | 1100111 | 10011110 | 0 | 111001 | 100001 | 111 | 101001111 | 1001111 | 1000011 |
Color Harmonies of #ED679E
Complementary color
Monochromatic Colors of #ED679E
Black with #ED679E
Text Example
Text Example
White with #ED679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED679E; }
p { color: rgb(237,103,158); }
H1.HeaderClassName
{
color: #ED679E;
}
.AnyTagClassName
{
color: #ED679E;
}
</style>
background-color css
<style>
a { background-color: #ED679E; }
a { background-color: rgb(237,103,158); }
div.DivClassName
{
background-color: #ED679E;
}
.BgClassName
{
background-color: #ED679E;
}
</style>
border-color css
<style>
span { border-color: #ED679E; }
span { border-color: rgb(237,103,158); }
td.TdClassName
{
border-color: #ED679E;
}
.TagClassName
{
border-color: #ED679E;
}
</style>