Shades of Pale Violet Red #ED689A
Tints of Pale Violet Red #ED689A
RGB
CMYK
RGB Variations
Color information
#ED689A (or 0xED689A) is known color: Pale Violet Red. HEX triplet: ED, 68 and 9A. RGB value is (237,104,154). Sum of RGB (Red+Green+Blue) = 237+104+154=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED689A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED689A is #129765. Grayscale: #959595. Windows color (decimal): -1218406 or 10119405. OLE color: 10119405.
HSL color Cylindrical-coordinate representation of color #ED689A: hue angle of 337.44º 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 #ED689A is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 154 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.07 |
| HSL | 337.44º | 0.79% | 0.67% | - |
| HSV(B) | 337.44º | 0.56% | 0.93% | - |
| XYZ | 45.71 | 30.24 | 34 | - |
| YUV | 149.47 | 130.56 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 154 | 0 | 0.56 | 0.35 | 0.07 | 337.44 | 0.79 | 0.67 |
| Hex | ED | 68 | 9A | 0 | 38 | 23 | 7 | 151 | 4F | 43 |
| Octal | 355 | 150 | 232 | 0 | 70 | 43 | 7 | 521 | 117 | 103 |
| Binary | 11101101 | 1101000 | 10011010 | 0 | 111000 | 100011 | 111 | 101010001 | 1001111 | 1000011 |
Color Harmonies of #ED689A
Complementary color
Monochromatic Colors of #ED689A
Black with #ED689A
Text Example
Text Example
White with #ED689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED689A; }
p { color: rgb(237,104,154); }
H1.HeaderClassName
{
color: #ED689A;
}
.AnyTagClassName
{
color: #ED689A;
}
</style>
background-color css
<style>
a { background-color: #ED689A; }
a { background-color: rgb(237,104,154); }
div.DivClassName
{
background-color: #ED689A;
}
.BgClassName
{
background-color: #ED689A;
}
</style>
border-color css
<style>
span { border-color: #ED689A; }
span { border-color: rgb(237,104,154); }
td.TdClassName
{
border-color: #ED689A;
}
.TagClassName
{
border-color: #ED689A;
}
</style>