Shades of Pale Violet Red #E6749C
Tints of Pale Violet Red #E6749C
RGB
CMYK
RGB Variations
Color information
#E6749C (or 0xE6749C) is known color: Pale Violet Red. HEX triplet: E6, 74 and 9C. RGB value is (230,116,156). Sum of RGB (Red+Green+Blue) = 230+116+156=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6749C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6749C is #198B63. Grayscale: #9A9A9A. Windows color (decimal): -1674084 or 10253542. OLE color: 10253542.
HSL color Cylindrical-coordinate representation of color #E6749C: hue angle of 338.95º 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 #E6749C is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 156 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.10 |
| HSL | 338.95º | 0.7% | 0.68% | - |
| HSV(B) | 338.95º | 0.5% | 0.9% | - |
| XYZ | 44.88 | 31.71 | 35.21 | - |
| YUV | 154.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 156 | 0 | 0.50 | 0.32 | 0.10 | 338.95 | 0.7 | 0.68 |
| Hex | E6 | 74 | 9C | 0 | 32 | 20 | A | 153 | 46 | 44 |
| Octal | 346 | 164 | 234 | 0 | 62 | 40 | 12 | 523 | 106 | 104 |
| Binary | 11100110 | 1110100 | 10011100 | 0 | 110010 | 100000 | 1010 | 101010011 | 1000110 | 1000100 |
Color Harmonies of #E6749C
Complementary color
Monochromatic Colors of #E6749C
Black with #E6749C
Text Example
Text Example
White with #E6749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6749C; }
p { color: rgb(230,116,156); }
H1.HeaderClassName
{
color: #E6749C;
}
.AnyTagClassName
{
color: #E6749C;
}
</style>
background-color css
<style>
a { background-color: #E6749C; }
a { background-color: rgb(230,116,156); }
div.DivClassName
{
background-color: #E6749C;
}
.BgClassName
{
background-color: #E6749C;
}
</style>
border-color css
<style>
span { border-color: #E6749C; }
span { border-color: rgb(230,116,156); }
td.TdClassName
{
border-color: #E6749C;
}
.TagClassName
{
border-color: #E6749C;
}
</style>