Shades of Pale Violet Red #E6729B
Tints of Pale Violet Red #E6729B
RGB
CMYK
RGB Variations
Color information
#E6729B (or 0xE6729B) is known color: Pale Violet Red. HEX triplet: E6, 72 and 9B. RGB value is (230,114,155). Sum of RGB (Red+Green+Blue) = 230+114+155=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E6729B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6729B is #198D64. Grayscale: #999999. Windows color (decimal): -1674597 or 10187494. OLE color: 10187494.
HSL color Cylindrical-coordinate representation of color #E6729B: hue angle of 338.79º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6729B is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 155 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.10 |
| HSL | 338.79º | 0.7% | 0.67% | - |
| HSV(B) | 338.79º | 0.5% | 0.9% | - |
| XYZ | 44.57 | 31.22 | 34.69 | - |
| YUV | 153.36 | 128.93 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 155 | 0 | 0.50 | 0.33 | 0.10 | 338.79 | 0.7 | 0.67 |
| Hex | E6 | 72 | 9B | 0 | 32 | 21 | A | 153 | 46 | 43 |
| Octal | 346 | 162 | 233 | 0 | 62 | 41 | 12 | 523 | 106 | 103 |
| Binary | 11100110 | 1110010 | 10011011 | 0 | 110010 | 100001 | 1010 | 101010011 | 1000110 | 1000011 |
Color Harmonies of #E6729B
Complementary color
Monochromatic Colors of #E6729B
Black with #E6729B
Text Example
Text Example
White with #E6729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6729B; }
p { color: rgb(230,114,155); }
H1.HeaderClassName
{
color: #E6729B;
}
.AnyTagClassName
{
color: #E6729B;
}
</style>
background-color css
<style>
a { background-color: #E6729B; }
a { background-color: rgb(230,114,155); }
div.DivClassName
{
background-color: #E6729B;
}
.BgClassName
{
background-color: #E6729B;
}
</style>
border-color css
<style>
span { border-color: #E6729B; }
span { border-color: rgb(230,114,155); }
td.TdClassName
{
border-color: #E6729B;
}
.TagClassName
{
border-color: #E6729B;
}
</style>