Shades of Pale Violet Red #EE6AA1
Tints of Pale Violet Red #EE6AA1
RGB
CMYK
RGB Variations
Color information
#EE6AA1 (or 0xEE6AA1) is known color: Pale Violet Red. HEX triplet: EE, 6A and A1. RGB value is (238,106,161). Sum of RGB (Red+Green+Blue) = 238+106+161=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6AA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6AA1 is #11955E. Grayscale: #979797. Windows color (decimal): -1152351 or 10578670. OLE color: 10578670.
HSL color Cylindrical-coordinate representation of color #EE6AA1: hue angle of 335º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6AA1 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 161 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.07 |
| HSL | 335º | 0.8% | 0.67% | - |
| HSV(B) | 335º | 0.55% | 0.93% | - |
| XYZ | 46.85 | 31.06 | 37.24 | - |
| YUV | 151.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 161 | 0 | 0.55 | 0.32 | 0.07 | 335 | 0.8 | 0.67 |
| Hex | EE | 6A | A1 | 0 | 37 | 20 | 7 | 14F | 50 | 43 |
| Octal | 356 | 152 | 241 | 0 | 67 | 40 | 7 | 517 | 120 | 103 |
| Binary | 11101110 | 1101010 | 10100001 | 0 | 110111 | 100000 | 111 | 101001111 | 1010000 | 1000011 |
Color Harmonies of #EE6AA1
Complementary color
Monochromatic Colors of #EE6AA1
Black with #EE6AA1
Text Example
Text Example
White with #EE6AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6AA1; }
p { color: rgb(238,106,161); }
H1.HeaderClassName
{
color: #EE6AA1;
}
.AnyTagClassName
{
color: #EE6AA1;
}
</style>
background-color css
<style>
a { background-color: #EE6AA1; }
a { background-color: rgb(238,106,161); }
div.DivClassName
{
background-color: #EE6AA1;
}
.BgClassName
{
background-color: #EE6AA1;
}
</style>
border-color css
<style>
span { border-color: #EE6AA1; }
span { border-color: rgb(238,106,161); }
td.TdClassName
{
border-color: #EE6AA1;
}
.TagClassName
{
border-color: #EE6AA1;
}
</style>