Shades of Pale Violet Red #EE6A9D
Tints of Pale Violet Red #EE6A9D
RGB
CMYK
RGB Variations
Color information
#EE6A9D (or 0xEE6A9D) is known color: Pale Violet Red. HEX triplet: EE, 6A and 9D. RGB value is (238,106,157). Sum of RGB (Red+Green+Blue) = 238+106+157=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6A9D is #119562. Grayscale: #979797. Windows color (decimal): -1152355 or 10316526. OLE color: 10316526.
HSL color Cylindrical-coordinate representation of color #EE6A9D: hue angle of 336.82º 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 #EE6A9D is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 157 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.07 |
| HSL | 336.82º | 0.8% | 0.67% | - |
| HSV(B) | 336.82º | 0.55% | 0.93% | - |
| XYZ | 46.5 | 30.92 | 35.42 | - |
| YUV | 151.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 157 | 0 | 0.55 | 0.34 | 0.07 | 336.82 | 0.8 | 0.67 |
| Hex | EE | 6A | 9D | 0 | 37 | 22 | 7 | 151 | 50 | 43 |
| Octal | 356 | 152 | 235 | 0 | 67 | 42 | 7 | 521 | 120 | 103 |
| Binary | 11101110 | 1101010 | 10011101 | 0 | 110111 | 100010 | 111 | 101010001 | 1010000 | 1000011 |
Color Harmonies of #EE6A9D
Complementary color
Monochromatic Colors of #EE6A9D
Black with #EE6A9D
Text Example
Text Example
White with #EE6A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A9D; }
p { color: rgb(238,106,157); }
H1.HeaderClassName
{
color: #EE6A9D;
}
.AnyTagClassName
{
color: #EE6A9D;
}
</style>
background-color css
<style>
a { background-color: #EE6A9D; }
a { background-color: rgb(238,106,157); }
div.DivClassName
{
background-color: #EE6A9D;
}
.BgClassName
{
background-color: #EE6A9D;
}
</style>
border-color css
<style>
span { border-color: #EE6A9D; }
span { border-color: rgb(238,106,157); }
td.TdClassName
{
border-color: #EE6A9D;
}
.TagClassName
{
border-color: #EE6A9D;
}
</style>