Shades of Pale Violet Red #ED699F
Tints of Pale Violet Red #ED699F
RGB
CMYK
RGB Variations
Color information
#ED699F (or 0xED699F) is known color: Pale Violet Red. HEX triplet: ED, 69 and 9F. RGB value is (237,105,159). Sum of RGB (Red+Green+Blue) = 237+105+159=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED699F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED699F is #129660. Grayscale: #969696. Windows color (decimal): -1218145 or 10447341. OLE color: 10447341.
HSL color Cylindrical-coordinate representation of color #ED699F: hue angle of 335.45º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED699F is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 159 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.07 |
| HSL | 335.45º | 0.79% | 0.67% | - |
| HSV(B) | 335.45º | 0.56% | 0.93% | - |
| XYZ | 46.23 | 30.61 | 36.27 | - |
| YUV | 150.62 | 132.73 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 159 | 0 | 0.56 | 0.33 | 0.07 | 335.45 | 0.79 | 0.67 |
| Hex | ED | 69 | 9F | 0 | 38 | 21 | 7 | 14F | 4F | 43 |
| Octal | 355 | 151 | 237 | 0 | 70 | 41 | 7 | 517 | 117 | 103 |
| Binary | 11101101 | 1101001 | 10011111 | 0 | 111000 | 100001 | 111 | 101001111 | 1001111 | 1000011 |
Color Harmonies of #ED699F
Complementary color
Monochromatic Colors of #ED699F
Black with #ED699F
Text Example
Text Example
White with #ED699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED699F; }
p { color: rgb(237,105,159); }
H1.HeaderClassName
{
color: #ED699F;
}
.AnyTagClassName
{
color: #ED699F;
}
</style>
background-color css
<style>
a { background-color: #ED699F; }
a { background-color: rgb(237,105,159); }
div.DivClassName
{
background-color: #ED699F;
}
.BgClassName
{
background-color: #ED699F;
}
</style>
border-color css
<style>
span { border-color: #ED699F; }
span { border-color: rgb(237,105,159); }
td.TdClassName
{
border-color: #ED699F;
}
.TagClassName
{
border-color: #ED699F;
}
</style>