Shades of Pale Violet Red #E6749F
Tints of Pale Violet Red #E6749F
RGB
CMYK
RGB Variations
Color information
#E6749F (or 0xE6749F) is known color: Pale Violet Red. HEX triplet: E6, 74 and 9F. RGB value is (230,116,159). Sum of RGB (Red+Green+Blue) = 230+116+159=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6749F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6749F is #198B60. Grayscale: #9A9A9A. Windows color (decimal): -1674081 or 10450150. OLE color: 10450150.
HSL color Cylindrical-coordinate representation of color #E6749F: hue angle of 337.37º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6749F is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 159 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.10 |
| HSL | 337.37º | 0.7% | 0.68% | - |
| HSV(B) | 337.37º | 0.5% | 0.9% | - |
| XYZ | 45.14 | 31.82 | 36.56 | - |
| YUV | 154.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 159 | 0 | 0.50 | 0.31 | 0.10 | 337.37 | 0.7 | 0.68 |
| Hex | E6 | 74 | 9F | 0 | 32 | 1F | A | 151 | 46 | 44 |
| Octal | 346 | 164 | 237 | 0 | 62 | 37 | 12 | 521 | 106 | 104 |
| Binary | 11100110 | 1110100 | 10011111 | 0 | 110010 | 11111 | 1010 | 101010001 | 1000110 | 1000100 |
Color Harmonies of #E6749F
Complementary color
Monochromatic Colors of #E6749F
Black with #E6749F
Text Example
Text Example
White with #E6749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6749F; }
p { color: rgb(230,116,159); }
H1.HeaderClassName
{
color: #E6749F;
}
.AnyTagClassName
{
color: #E6749F;
}
</style>
background-color css
<style>
a { background-color: #E6749F; }
a { background-color: rgb(230,116,159); }
div.DivClassName
{
background-color: #E6749F;
}
.BgClassName
{
background-color: #E6749F;
}
</style>
border-color css
<style>
span { border-color: #E6749F; }
span { border-color: rgb(230,116,159); }
td.TdClassName
{
border-color: #E6749F;
}
.TagClassName
{
border-color: #E6749F;
}
</style>