Shades of Pale Violet Red #EE6F9D
Tints of Pale Violet Red #EE6F9D
RGB
CMYK
RGB Variations
Color information
#EE6F9D (or 0xEE6F9D) is known color: Pale Violet Red. HEX triplet: EE, 6F and 9D. RGB value is (238,111,157). Sum of RGB (Red+Green+Blue) = 238+111+157=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6F9D is #119062. Grayscale: #9A9A9A. Windows color (decimal): -1151075 or 10317806. OLE color: 10317806.
HSL color Cylindrical-coordinate representation of color #EE6F9D: hue angle of 338.27º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE6F9D is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 157 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.07 |
| HSL | 338.27º | 0.79% | 0.68% | - |
| HSV(B) | 338.27º | 0.53% | 0.93% | - |
| XYZ | 47.03 | 31.98 | 35.59 | - |
| YUV | 154.22 | 129.58 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 157 | 0 | 0.53 | 0.34 | 0.07 | 338.27 | 0.79 | 0.68 |
| Hex | EE | 6F | 9D | 0 | 35 | 22 | 7 | 152 | 4F | 44 |
| Octal | 356 | 157 | 235 | 0 | 65 | 42 | 7 | 522 | 117 | 104 |
| Binary | 11101110 | 1101111 | 10011101 | 0 | 110101 | 100010 | 111 | 101010010 | 1001111 | 1000100 |
Color Harmonies of #EE6F9D
Complementary color
Monochromatic Colors of #EE6F9D
Black with #EE6F9D
Text Example
Text Example
White with #EE6F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6F9D; }
p { color: rgb(238,111,157); }
H1.HeaderClassName
{
color: #EE6F9D;
}
.AnyTagClassName
{
color: #EE6F9D;
}
</style>
background-color css
<style>
a { background-color: #EE6F9D; }
a { background-color: rgb(238,111,157); }
div.DivClassName
{
background-color: #EE6F9D;
}
.BgClassName
{
background-color: #EE6F9D;
}
</style>
border-color css
<style>
span { border-color: #EE6F9D; }
span { border-color: rgb(238,111,157); }
td.TdClassName
{
border-color: #EE6F9D;
}
.TagClassName
{
border-color: #EE6F9D;
}
</style>