Shades of Pale Violet Red #ED6A9F
Tints of Pale Violet Red #ED6A9F
RGB
CMYK
RGB Variations
Color information
#ED6A9F (or 0xED6A9F) is known color: Pale Violet Red. HEX triplet: ED, 6A and 9F. RGB value is (237,106,159). Sum of RGB (Red+Green+Blue) = 237+106+159=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6A9F is #129560. Grayscale: #979797. Windows color (decimal): -1217889 or 10447597. OLE color: 10447597.
HSL color Cylindrical-coordinate representation of color #ED6A9F: hue angle of 335.73º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6A9F is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 106 | 159 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.07 |
| HSL | 335.73º | 0.78% | 0.67% | - |
| HSV(B) | 335.73º | 0.55% | 0.93% | - |
| XYZ | 46.34 | 30.82 | 36.31 | - |
| YUV | 151.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 106 | 159 | 0 | 0.55 | 0.33 | 0.07 | 335.73 | 0.78 | 0.67 |
| Hex | ED | 6A | 9F | 0 | 37 | 21 | 7 | 150 | 4E | 43 |
| Octal | 355 | 152 | 237 | 0 | 67 | 41 | 7 | 520 | 116 | 103 |
| Binary | 11101101 | 1101010 | 10011111 | 0 | 110111 | 100001 | 111 | 101010000 | 1001110 | 1000011 |
Color Harmonies of #ED6A9F
Complementary color
Monochromatic Colors of #ED6A9F
Black with #ED6A9F
Text Example
Text Example
White with #ED6A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6A9F; }
p { color: rgb(237,106,159); }
H1.HeaderClassName
{
color: #ED6A9F;
}
.AnyTagClassName
{
color: #ED6A9F;
}
</style>
background-color css
<style>
a { background-color: #ED6A9F; }
a { background-color: rgb(237,106,159); }
div.DivClassName
{
background-color: #ED6A9F;
}
.BgClassName
{
background-color: #ED6A9F;
}
</style>
border-color css
<style>
span { border-color: #ED6A9F; }
span { border-color: rgb(237,106,159); }
td.TdClassName
{
border-color: #ED6A9F;
}
.TagClassName
{
border-color: #ED6A9F;
}
</style>