Shades of Pale Violet Red #ED679A
Tints of Pale Violet Red #ED679A
RGB
CMYK
RGB Variations
Color information
#ED679A (or 0xED679A) is known color: Pale Violet Red. HEX triplet: ED, 67 and 9A. RGB value is (237,103,154). Sum of RGB (Red+Green+Blue) = 237+103+154=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED679A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED679A is #129865. Grayscale: #949494. Windows color (decimal): -1218662 or 10119149. OLE color: 10119149.
HSL color Cylindrical-coordinate representation of color #ED679A: hue angle of 337.16º 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 #ED679A is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 154 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.07 |
| HSL | 337.16º | 0.79% | 0.67% | - |
| HSV(B) | 337.16º | 0.57% | 0.93% | - |
| XYZ | 45.61 | 30.04 | 33.97 | - |
| YUV | 148.88 | 130.89 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 154 | 0 | 0.57 | 0.35 | 0.07 | 337.16 | 0.79 | 0.67 |
| Hex | ED | 67 | 9A | 0 | 39 | 23 | 7 | 151 | 4F | 43 |
| Octal | 355 | 147 | 232 | 0 | 71 | 43 | 7 | 521 | 117 | 103 |
| Binary | 11101101 | 1100111 | 10011010 | 0 | 111001 | 100011 | 111 | 101010001 | 1001111 | 1000011 |
Color Harmonies of #ED679A
Complementary color
Monochromatic Colors of #ED679A
Black with #ED679A
Text Example
Text Example
White with #ED679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED679A; }
p { color: rgb(237,103,154); }
H1.HeaderClassName
{
color: #ED679A;
}
.AnyTagClassName
{
color: #ED679A;
}
</style>
background-color css
<style>
a { background-color: #ED679A; }
a { background-color: rgb(237,103,154); }
div.DivClassName
{
background-color: #ED679A;
}
.BgClassName
{
background-color: #ED679A;
}
</style>
border-color css
<style>
span { border-color: #ED679A; }
span { border-color: rgb(237,103,154); }
td.TdClassName
{
border-color: #ED679A;
}
.TagClassName
{
border-color: #ED679A;
}
</style>