Shades of Pale Violet Red #ED6999
Tints of Pale Violet Red #ED6999
RGB
CMYK
RGB Variations
Color information
#ED6999 (or 0xED6999) is known color: Pale Violet Red. HEX triplet: ED, 69 and 99. RGB value is (237,105,153). Sum of RGB (Red+Green+Blue) = 237+105+153=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6999 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6999 is #129666. Grayscale: #959595. Windows color (decimal): -1218151 or 10054125. OLE color: 10054125.
HSL color Cylindrical-coordinate representation of color #ED6999: hue angle of 338.18º 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 #ED6999 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 153 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.07 |
| HSL | 338.18º | 0.79% | 0.67% | - |
| HSV(B) | 338.18º | 0.56% | 0.93% | - |
| XYZ | 45.73 | 30.41 | 33.6 | - |
| YUV | 149.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 153 | 0 | 0.56 | 0.35 | 0.07 | 338.18 | 0.79 | 0.67 |
| Hex | ED | 69 | 99 | 0 | 38 | 23 | 7 | 152 | 4F | 43 |
| Octal | 355 | 151 | 231 | 0 | 70 | 43 | 7 | 522 | 117 | 103 |
| Binary | 11101101 | 1101001 | 10011001 | 0 | 111000 | 100011 | 111 | 101010010 | 1001111 | 1000011 |
Color Harmonies of #ED6999
Complementary color
Monochromatic Colors of #ED6999
Black with #ED6999
Text Example
Text Example
White with #ED6999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6999; }
p { color: rgb(237,105,153); }
H1.HeaderClassName
{
color: #ED6999;
}
.AnyTagClassName
{
color: #ED6999;
}
</style>
background-color css
<style>
a { background-color: #ED6999; }
a { background-color: rgb(237,105,153); }
div.DivClassName
{
background-color: #ED6999;
}
.BgClassName
{
background-color: #ED6999;
}
</style>
border-color css
<style>
span { border-color: #ED6999; }
span { border-color: rgb(237,105,153); }
td.TdClassName
{
border-color: #ED6999;
}
.TagClassName
{
border-color: #ED6999;
}
</style>