Shades of Pale Violet Red #ED6D9A
Tints of Pale Violet Red #ED6D9A
RGB
CMYK
RGB Variations
Color information
#ED6D9A (or 0xED6D9A) is known color: Pale Violet Red. HEX triplet: ED, 6D and 9A. RGB value is (237,109,154). Sum of RGB (Red+Green+Blue) = 237+109+154=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6D9A is #129265. Grayscale: #989898. Windows color (decimal): -1217126 or 10120685. OLE color: 10120685.
HSL color Cylindrical-coordinate representation of color #ED6D9A: hue angle of 338.91º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6D9A is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 109 | 154 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.07 |
| HSL | 338.91º | 0.78% | 0.68% | - |
| HSV(B) | 338.91º | 0.54% | 0.93% | - |
| XYZ | 46.23 | 31.27 | 34.17 | - |
| YUV | 152.4 | 128.91 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 154 | 0 | 0.54 | 0.35 | 0.07 | 338.91 | 0.78 | 0.68 |
| Hex | ED | 6D | 9A | 0 | 36 | 23 | 7 | 153 | 4E | 44 |
| Octal | 355 | 155 | 232 | 0 | 66 | 43 | 7 | 523 | 116 | 104 |
| Binary | 11101101 | 1101101 | 10011010 | 0 | 110110 | 100011 | 111 | 101010011 | 1001110 | 1000100 |
Color Harmonies of #ED6D9A
Complementary color
Monochromatic Colors of #ED6D9A
Black with #ED6D9A
Text Example
Text Example
White with #ED6D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6D9A; }
p { color: rgb(237,109,154); }
H1.HeaderClassName
{
color: #ED6D9A;
}
.AnyTagClassName
{
color: #ED6D9A;
}
</style>
background-color css
<style>
a { background-color: #ED6D9A; }
a { background-color: rgb(237,109,154); }
div.DivClassName
{
background-color: #ED6D9A;
}
.BgClassName
{
background-color: #ED6D9A;
}
</style>
border-color css
<style>
span { border-color: #ED6D9A; }
span { border-color: rgb(237,109,154); }
td.TdClassName
{
border-color: #ED6D9A;
}
.TagClassName
{
border-color: #ED6D9A;
}
</style>