Shades of Pale Violet Red #EE699D
Tints of Pale Violet Red #EE699D
RGB
CMYK
RGB Variations
Color information
#EE699D (or 0xEE699D) is known color: Pale Violet Red. HEX triplet: EE, 69 and 9D. RGB value is (238,105,157). Sum of RGB (Red+Green+Blue) = 238+105+157=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE699D is #119662. Grayscale: #969696. Windows color (decimal): -1152611 or 10316270. OLE color: 10316270.
HSL color Cylindrical-coordinate representation of color #EE699D: hue angle of 336.54º 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 #EE699D is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 157 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.07 |
| HSL | 336.54º | 0.8% | 0.67% | - |
| HSV(B) | 336.54º | 0.56% | 0.93% | - |
| XYZ | 46.4 | 30.71 | 35.38 | - |
| YUV | 150.7 | 131.56 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 157 | 0 | 0.56 | 0.34 | 0.07 | 336.54 | 0.8 | 0.67 |
| Hex | EE | 69 | 9D | 0 | 38 | 22 | 7 | 151 | 50 | 43 |
| Octal | 356 | 151 | 235 | 0 | 70 | 42 | 7 | 521 | 120 | 103 |
| Binary | 11101110 | 1101001 | 10011101 | 0 | 111000 | 100010 | 111 | 101010001 | 1010000 | 1000011 |
Color Harmonies of #EE699D
Complementary color
Monochromatic Colors of #EE699D
Black with #EE699D
Text Example
Text Example
White with #EE699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE699D; }
p { color: rgb(238,105,157); }
H1.HeaderClassName
{
color: #EE699D;
}
.AnyTagClassName
{
color: #EE699D;
}
</style>
background-color css
<style>
a { background-color: #EE699D; }
a { background-color: rgb(238,105,157); }
div.DivClassName
{
background-color: #EE699D;
}
.BgClassName
{
background-color: #EE699D;
}
</style>
border-color css
<style>
span { border-color: #EE699D; }
span { border-color: rgb(238,105,157); }
td.TdClassName
{
border-color: #EE699D;
}
.TagClassName
{
border-color: #EE699D;
}
</style>