Shades of Pale Violet Red #EE6D9F
Tints of Pale Violet Red #EE6D9F
RGB
CMYK
RGB Variations
Color information
#EE6D9F (or 0xEE6D9F) is known color: Pale Violet Red. HEX triplet: EE, 6D and 9F. RGB value is (238,109,159). Sum of RGB (Red+Green+Blue) = 238+109+159=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6D9F is #119260. Grayscale: #999999. Windows color (decimal): -1151585 or 10448366. OLE color: 10448366.
HSL color Cylindrical-coordinate representation of color #EE6D9F: hue angle of 336.74º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6D9F is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 159 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.07 |
| HSL | 336.74º | 0.79% | 0.68% | - |
| HSV(B) | 336.74º | 0.54% | 0.93% | - |
| XYZ | 46.99 | 31.62 | 36.43 | - |
| YUV | 153.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 159 | 0 | 0.54 | 0.33 | 0.07 | 336.74 | 0.79 | 0.68 |
| Hex | EE | 6D | 9F | 0 | 36 | 21 | 7 | 151 | 4F | 44 |
| Octal | 356 | 155 | 237 | 0 | 66 | 41 | 7 | 521 | 117 | 104 |
| Binary | 11101110 | 1101101 | 10011111 | 0 | 110110 | 100001 | 111 | 101010001 | 1001111 | 1000100 |
Color Harmonies of #EE6D9F
Complementary color
Monochromatic Colors of #EE6D9F
Black with #EE6D9F
Text Example
Text Example
White with #EE6D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6D9F; }
p { color: rgb(238,109,159); }
H1.HeaderClassName
{
color: #EE6D9F;
}
.AnyTagClassName
{
color: #EE6D9F;
}
</style>
background-color css
<style>
a { background-color: #EE6D9F; }
a { background-color: rgb(238,109,159); }
div.DivClassName
{
background-color: #EE6D9F;
}
.BgClassName
{
background-color: #EE6D9F;
}
</style>
border-color css
<style>
span { border-color: #EE6D9F; }
span { border-color: rgb(238,109,159); }
td.TdClassName
{
border-color: #EE6D9F;
}
.TagClassName
{
border-color: #EE6D9F;
}
</style>