Shades of Pale Violet Red #E0749B
Tints of Pale Violet Red #E0749B
RGB
CMYK
RGB Variations
Color information
#E0749B (or 0xE0749B) is known color: Pale Violet Red. HEX triplet: E0, 74 and 9B. RGB value is (224,116,155). Sum of RGB (Red+Green+Blue) = 224+116+155=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0749B is #1F8B64. Grayscale: #989898. Windows color (decimal): -2067301 or 10188000. OLE color: 10188000.
HSL color Cylindrical-coordinate representation of color #E0749B: hue angle of 338.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0749B is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 155 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.12 |
| HSL | 338.33º | 0.64% | 0.67% | - |
| HSV(B) | 338.33º | 0.48% | 0.88% | - |
| XYZ | 42.9 | 30.7 | 34.68 | - |
| YUV | 152.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 155 | 0 | 0.48 | 0.31 | 0.12 | 338.33 | 0.64 | 0.67 |
| Hex | E0 | 74 | 9B | 0 | 30 | 1F | C | 152 | 40 | 43 |
| Octal | 340 | 164 | 233 | 0 | 60 | 37 | 14 | 522 | 100 | 103 |
| Binary | 11100000 | 1110100 | 10011011 | 0 | 110000 | 11111 | 1100 | 101010010 | 1000000 | 1000011 |
Color Harmonies of #E0749B
Complementary color
Monochromatic Colors of #E0749B
Black with #E0749B
Text Example
Text Example
White with #E0749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0749B; }
p { color: rgb(224,116,155); }
H1.HeaderClassName
{
color: #E0749B;
}
.AnyTagClassName
{
color: #E0749B;
}
</style>
background-color css
<style>
a { background-color: #E0749B; }
a { background-color: rgb(224,116,155); }
div.DivClassName
{
background-color: #E0749B;
}
.BgClassName
{
background-color: #E0749B;
}
</style>
border-color css
<style>
span { border-color: #E0749B; }
span { border-color: rgb(224,116,155); }
td.TdClassName
{
border-color: #E0749B;
}
.TagClassName
{
border-color: #E0749B;
}
</style>