Shades of Pale Violet Red #EE689A
Tints of Pale Violet Red #EE689A
RGB
CMYK
RGB Variations
Color information
#EE689A (or 0xEE689A) is known color: Pale Violet Red. HEX triplet: EE, 68 and 9A. RGB value is (238,104,154). Sum of RGB (Red+Green+Blue) = 238+104+154=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EE689A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE689A is #119765. Grayscale: #959595. Windows color (decimal): -1152870 or 10119406. OLE color: 10119406.
HSL color Cylindrical-coordinate representation of color #EE689A: hue angle of 337.61º 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 #EE689A is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 154 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.07 |
| HSL | 337.61º | 0.8% | 0.67% | - |
| HSV(B) | 337.61º | 0.56% | 0.93% | - |
| XYZ | 46.04 | 30.41 | 34.02 | - |
| YUV | 149.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 154 | 0 | 0.56 | 0.35 | 0.07 | 337.61 | 0.8 | 0.67 |
| Hex | EE | 68 | 9A | 0 | 38 | 23 | 7 | 152 | 50 | 43 |
| Octal | 356 | 150 | 232 | 0 | 70 | 43 | 7 | 522 | 120 | 103 |
| Binary | 11101110 | 1101000 | 10011010 | 0 | 111000 | 100011 | 111 | 101010010 | 1010000 | 1000011 |
Color Harmonies of #EE689A
Complementary color
Monochromatic Colors of #EE689A
Black with #EE689A
Text Example
Text Example
White with #EE689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE689A; }
p { color: rgb(238,104,154); }
H1.HeaderClassName
{
color: #EE689A;
}
.AnyTagClassName
{
color: #EE689A;
}
</style>
background-color css
<style>
a { background-color: #EE689A; }
a { background-color: rgb(238,104,154); }
div.DivClassName
{
background-color: #EE689A;
}
.BgClassName
{
background-color: #EE689A;
}
</style>
border-color css
<style>
span { border-color: #EE689A; }
span { border-color: rgb(238,104,154); }
td.TdClassName
{
border-color: #EE689A;
}
.TagClassName
{
border-color: #EE689A;
}
</style>