Shades of Pale Violet Red #EE6A99
Tints of Pale Violet Red #EE6A99
RGB
CMYK
RGB Variations
Color information
#EE6A99 (or 0xEE6A99) is known color: Pale Violet Red. HEX triplet: EE, 6A and 99. RGB value is (238,106,153). Sum of RGB (Red+Green+Blue) = 238+106+153=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6A99 is #119566. Grayscale: #969696. Windows color (decimal): -1152359 or 10054382. OLE color: 10054382.
HSL color Cylindrical-coordinate representation of color #EE6A99: hue angle of 338.64º 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 #EE6A99 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 153 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.07 |
| HSL | 338.64º | 0.8% | 0.67% | - |
| HSV(B) | 338.64º | 0.55% | 0.93% | - |
| XYZ | 46.16 | 30.79 | 33.65 | - |
| YUV | 150.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 153 | 0 | 0.55 | 0.36 | 0.07 | 338.64 | 0.8 | 0.67 |
| Hex | EE | 6A | 99 | 0 | 37 | 24 | 7 | 153 | 50 | 43 |
| Octal | 356 | 152 | 231 | 0 | 67 | 44 | 7 | 523 | 120 | 103 |
| Binary | 11101110 | 1101010 | 10011001 | 0 | 110111 | 100100 | 111 | 101010011 | 1010000 | 1000011 |
Color Harmonies of #EE6A99
Complementary color
Monochromatic Colors of #EE6A99
Black with #EE6A99
Text Example
Text Example
White with #EE6A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A99; }
p { color: rgb(238,106,153); }
H1.HeaderClassName
{
color: #EE6A99;
}
.AnyTagClassName
{
color: #EE6A99;
}
</style>
background-color css
<style>
a { background-color: #EE6A99; }
a { background-color: rgb(238,106,153); }
div.DivClassName
{
background-color: #EE6A99;
}
.BgClassName
{
background-color: #EE6A99;
}
</style>
border-color css
<style>
span { border-color: #EE6A99; }
span { border-color: rgb(238,106,153); }
td.TdClassName
{
border-color: #EE6A99;
}
.TagClassName
{
border-color: #EE6A99;
}
</style>