Shades of Pale Violet Red #ED69A0
Tints of Pale Violet Red #ED69A0
RGB
CMYK
RGB Variations
Color information
#ED69A0 (or 0xED69A0) is known color: Pale Violet Red. HEX triplet: ED, 69 and A0. RGB value is (237,105,160). Sum of RGB (Red+Green+Blue) = 237+105+160=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED69A0 is #12965F. Grayscale: #969696. Windows color (decimal): -1218144 or 10512877. OLE color: 10512877.
HSL color Cylindrical-coordinate representation of color #ED69A0: hue angle of 335º 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 #ED69A0 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 160 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.07 |
| HSL | 335º | 0.79% | 0.67% | - |
| HSV(B) | 335º | 0.56% | 0.93% | - |
| XYZ | 46.32 | 30.65 | 36.73 | - |
| YUV | 150.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 160 | 0 | 0.56 | 0.32 | 0.07 | 335 | 0.79 | 0.67 |
| Hex | ED | 69 | A0 | 0 | 38 | 20 | 7 | 14F | 4F | 43 |
| Octal | 355 | 151 | 240 | 0 | 70 | 40 | 7 | 517 | 117 | 103 |
| Binary | 11101101 | 1101001 | 10100000 | 0 | 111000 | 100000 | 111 | 101001111 | 1001111 | 1000011 |
Color Harmonies of #ED69A0
Complementary color
Monochromatic Colors of #ED69A0
Black with #ED69A0
Text Example
Text Example
White with #ED69A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED69A0; }
p { color: rgb(237,105,160); }
H1.HeaderClassName
{
color: #ED69A0;
}
.AnyTagClassName
{
color: #ED69A0;
}
</style>
background-color css
<style>
a { background-color: #ED69A0; }
a { background-color: rgb(237,105,160); }
div.DivClassName
{
background-color: #ED69A0;
}
.BgClassName
{
background-color: #ED69A0;
}
</style>
border-color css
<style>
span { border-color: #ED69A0; }
span { border-color: rgb(237,105,160); }
td.TdClassName
{
border-color: #ED69A0;
}
.TagClassName
{
border-color: #ED69A0;
}
</style>