Shades of Pale Violet Red #E6749D
Tints of Pale Violet Red #E6749D
RGB
CMYK
RGB Variations
Color information
#E6749D (or 0xE6749D) is known color: Pale Violet Red. HEX triplet: E6, 74 and 9D. RGB value is (230,116,157). Sum of RGB (Red+Green+Blue) = 230+116+157=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6749D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6749D is #198B62. Grayscale: #9A9A9A. Windows color (decimal): -1674083 or 10319078. OLE color: 10319078.
HSL color Cylindrical-coordinate representation of color #E6749D: hue angle of 338.42º 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 #E6749D is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 157 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.10 |
| HSL | 338.42º | 0.7% | 0.68% | - |
| HSV(B) | 338.42º | 0.5% | 0.9% | - |
| XYZ | 44.96 | 31.75 | 35.66 | - |
| YUV | 154.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 157 | 0 | 0.50 | 0.32 | 0.10 | 338.42 | 0.7 | 0.68 |
| Hex | E6 | 74 | 9D | 0 | 32 | 20 | A | 152 | 46 | 44 |
| Octal | 346 | 164 | 235 | 0 | 62 | 40 | 12 | 522 | 106 | 104 |
| Binary | 11100110 | 1110100 | 10011101 | 0 | 110010 | 100000 | 1010 | 101010010 | 1000110 | 1000100 |
Color Harmonies of #E6749D
Complementary color
Monochromatic Colors of #E6749D
Black with #E6749D
Text Example
Text Example
White with #E6749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6749D; }
p { color: rgb(230,116,157); }
H1.HeaderClassName
{
color: #E6749D;
}
.AnyTagClassName
{
color: #E6749D;
}
</style>
background-color css
<style>
a { background-color: #E6749D; }
a { background-color: rgb(230,116,157); }
div.DivClassName
{
background-color: #E6749D;
}
.BgClassName
{
background-color: #E6749D;
}
</style>
border-color css
<style>
span { border-color: #E6749D; }
span { border-color: rgb(230,116,157); }
td.TdClassName
{
border-color: #E6749D;
}
.TagClassName
{
border-color: #E6749D;
}
</style>