Shades of Pale Violet Red #EE69A0
Tints of Pale Violet Red #EE69A0
RGB
CMYK
RGB Variations
Color information
#EE69A0 (or 0xEE69A0) is known color: Pale Violet Red. HEX triplet: EE, 69 and A0. RGB value is (238,105,160). Sum of RGB (Red+Green+Blue) = 238+105+160=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE69A0 is #11965F. Grayscale: #969696. Windows color (decimal): -1152608 or 10512878. OLE color: 10512878.
HSL color Cylindrical-coordinate representation of color #EE69A0: hue angle of 335.19º degrees, saturation: 0.8, 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 #EE69A0 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 160 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.07 |
| HSL | 335.19º | 0.8% | 0.67% | - |
| HSV(B) | 335.19º | 0.56% | 0.93% | - |
| XYZ | 46.66 | 30.82 | 36.75 | - |
| YUV | 151.04 | 133.06 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 160 | 0 | 0.56 | 0.33 | 0.07 | 335.19 | 0.8 | 0.67 |
| Hex | EE | 69 | A0 | 0 | 38 | 21 | 7 | 14F | 50 | 43 |
| Octal | 356 | 151 | 240 | 0 | 70 | 41 | 7 | 517 | 120 | 103 |
| Binary | 11101110 | 1101001 | 10100000 | 0 | 111000 | 100001 | 111 | 101001111 | 1010000 | 1000011 |
Color Harmonies of #EE69A0
Complementary color
Monochromatic Colors of #EE69A0
Black with #EE69A0
Text Example
Text Example
White with #EE69A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69A0; }
p { color: rgb(238,105,160); }
H1.HeaderClassName
{
color: #EE69A0;
}
.AnyTagClassName
{
color: #EE69A0;
}
</style>
background-color css
<style>
a { background-color: #EE69A0; }
a { background-color: rgb(238,105,160); }
div.DivClassName
{
background-color: #EE69A0;
}
.BgClassName
{
background-color: #EE69A0;
}
</style>
border-color css
<style>
span { border-color: #EE69A0; }
span { border-color: rgb(238,105,160); }
td.TdClassName
{
border-color: #EE69A0;
}
.TagClassName
{
border-color: #EE69A0;
}
</style>