Shades of Pale Violet Red #EE689B
Tints of Pale Violet Red #EE689B
RGB
CMYK
RGB Variations
Color information
#EE689B (or 0xEE689B) is known color: Pale Violet Red. HEX triplet: EE, 68 and 9B. RGB value is (238,104,155). Sum of RGB (Red+Green+Blue) = 238+104+155=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE689B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE689B is #119764. Grayscale: #959595. Windows color (decimal): -1152869 or 10184942. OLE color: 10184942.
HSL color Cylindrical-coordinate representation of color #EE689B: hue angle of 337.16º 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 #EE689B is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 155 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.07 |
| HSL | 337.16º | 0.8% | 0.67% | - |
| HSV(B) | 337.16º | 0.56% | 0.93% | - |
| XYZ | 46.13 | 30.44 | 34.46 | - |
| YUV | 149.88 | 130.89 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 155 | 0 | 0.56 | 0.35 | 0.07 | 337.16 | 0.8 | 0.67 |
| Hex | EE | 68 | 9B | 0 | 38 | 23 | 7 | 151 | 50 | 43 |
| Octal | 356 | 150 | 233 | 0 | 70 | 43 | 7 | 521 | 120 | 103 |
| Binary | 11101110 | 1101000 | 10011011 | 0 | 111000 | 100011 | 111 | 101010001 | 1010000 | 1000011 |
Color Harmonies of #EE689B
Complementary color
Monochromatic Colors of #EE689B
Black with #EE689B
Text Example
Text Example
White with #EE689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE689B; }
p { color: rgb(238,104,155); }
H1.HeaderClassName
{
color: #EE689B;
}
.AnyTagClassName
{
color: #EE689B;
}
</style>
background-color css
<style>
a { background-color: #EE689B; }
a { background-color: rgb(238,104,155); }
div.DivClassName
{
background-color: #EE689B;
}
.BgClassName
{
background-color: #EE689B;
}
</style>
border-color css
<style>
span { border-color: #EE689B; }
span { border-color: rgb(238,104,155); }
td.TdClassName
{
border-color: #EE689B;
}
.TagClassName
{
border-color: #EE689B;
}
</style>