Shades of Pale Violet Red #ED699D
Tints of Pale Violet Red #ED699D
RGB
CMYK
RGB Variations
Color information
#ED699D (or 0xED699D) is known color: Pale Violet Red. HEX triplet: ED, 69 and 9D. RGB value is (237,105,157). Sum of RGB (Red+Green+Blue) = 237+105+157=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED699D is #129662. Grayscale: #969696. Windows color (decimal): -1218147 or 10316269. OLE color: 10316269.
HSL color Cylindrical-coordinate representation of color #ED699D: hue angle of 336.36º 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 #ED699D is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 157 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.07 |
| HSL | 336.36º | 0.79% | 0.67% | - |
| HSV(B) | 336.36º | 0.56% | 0.93% | - |
| XYZ | 46.06 | 30.54 | 35.37 | - |
| YUV | 150.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 157 | 0 | 0.56 | 0.34 | 0.07 | 336.36 | 0.79 | 0.67 |
| Hex | ED | 69 | 9D | 0 | 38 | 22 | 7 | 150 | 4F | 43 |
| Octal | 355 | 151 | 235 | 0 | 70 | 42 | 7 | 520 | 117 | 103 |
| Binary | 11101101 | 1101001 | 10011101 | 0 | 111000 | 100010 | 111 | 101010000 | 1001111 | 1000011 |
Color Harmonies of #ED699D
Complementary color
Monochromatic Colors of #ED699D
Black with #ED699D
Text Example
Text Example
White with #ED699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED699D; }
p { color: rgb(237,105,157); }
H1.HeaderClassName
{
color: #ED699D;
}
.AnyTagClassName
{
color: #ED699D;
}
</style>
background-color css
<style>
a { background-color: #ED699D; }
a { background-color: rgb(237,105,157); }
div.DivClassName
{
background-color: #ED699D;
}
.BgClassName
{
background-color: #ED699D;
}
</style>
border-color css
<style>
span { border-color: #ED699D; }
span { border-color: rgb(237,105,157); }
td.TdClassName
{
border-color: #ED699D;
}
.TagClassName
{
border-color: #ED699D;
}
</style>