Shades of Pale Violet Red #EE709F
Tints of Pale Violet Red #EE709F
RGB
CMYK
RGB Variations
Color information
#EE709F (or 0xEE709F) is known color: Pale Violet Red. HEX triplet: EE, 70 and 9F. RGB value is (238,112,159). Sum of RGB (Red+Green+Blue) = 238+112+159=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE709F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE709F is #118F60. Grayscale: #9A9A9A. Windows color (decimal): -1150817 or 10449134. OLE color: 10449134.
HSL color Cylindrical-coordinate representation of color #EE709F: hue angle of 337.62º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE709F is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 159 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.07 |
| HSL | 337.62º | 0.79% | 0.69% | - |
| HSV(B) | 337.62º | 0.53% | 0.93% | - |
| XYZ | 47.31 | 32.27 | 36.54 | - |
| YUV | 155.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 159 | 0 | 0.53 | 0.33 | 0.07 | 337.62 | 0.79 | 0.69 |
| Hex | EE | 70 | 9F | 0 | 35 | 21 | 7 | 152 | 4F | 45 |
| Octal | 356 | 160 | 237 | 0 | 65 | 41 | 7 | 522 | 117 | 105 |
| Binary | 11101110 | 1110000 | 10011111 | 0 | 110101 | 100001 | 111 | 101010010 | 1001111 | 1000101 |
Color Harmonies of #EE709F
Complementary color
Monochromatic Colors of #EE709F
Black with #EE709F
Text Example
Text Example
White with #EE709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE709F; }
p { color: rgb(238,112,159); }
H1.HeaderClassName
{
color: #EE709F;
}
.AnyTagClassName
{
color: #EE709F;
}
</style>
background-color css
<style>
a { background-color: #EE709F; }
a { background-color: rgb(238,112,159); }
div.DivClassName
{
background-color: #EE709F;
}
.BgClassName
{
background-color: #EE709F;
}
</style>
border-color css
<style>
span { border-color: #EE709F; }
span { border-color: rgb(238,112,159); }
td.TdClassName
{
border-color: #EE709F;
}
.TagClassName
{
border-color: #EE709F;
}
</style>