Shades of Pale Violet Red #E06093
Tints of Pale Violet Red #E06093
RGB
CMYK
RGB Variations
Color information
#E06093 (or 0xE06093) is known color: Pale Violet Red. HEX triplet: E0, 60 and 93. RGB value is (224,96,147). Sum of RGB (Red+Green+Blue) = 224+96+147=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E06093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06093 is #1F9F6C. Grayscale: #8C8C8C. Windows color (decimal): -2072429 or 9658592. OLE color: 9658592.
HSL color Cylindrical-coordinate representation of color #E06093: hue angle of 336.09º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06093 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 147 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.12 |
| HSL | 336.09º | 0.67% | 0.63% | - |
| HSV(B) | 336.09º | 0.57% | 0.88% | - |
| XYZ | 40.19 | 26.32 | 30.57 | - |
| YUV | 140.09 | 131.91 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 147 | 0 | 0.57 | 0.34 | 0.12 | 336.09 | 0.67 | 0.63 |
| Hex | E0 | 60 | 93 | 0 | 39 | 22 | C | 150 | 43 | 3F |
| Octal | 340 | 140 | 223 | 0 | 71 | 42 | 14 | 520 | 103 | 77 |
| Binary | 11100000 | 1100000 | 10010011 | 0 | 111001 | 100010 | 1100 | 101010000 | 1000011 | 111111 |
Color Harmonies of #E06093
Complementary color
Monochromatic Colors of #E06093
Black with #E06093
Text Example
Text Example
White with #E06093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06093; }
p { color: rgb(224,96,147); }
H1.HeaderClassName
{
color: #E06093;
}
.AnyTagClassName
{
color: #E06093;
}
</style>
background-color css
<style>
a { background-color: #E06093; }
a { background-color: rgb(224,96,147); }
div.DivClassName
{
background-color: #E06093;
}
.BgClassName
{
background-color: #E06093;
}
</style>
border-color css
<style>
span { border-color: #E06093; }
span { border-color: rgb(224,96,147); }
td.TdClassName
{
border-color: #E06093;
}
.TagClassName
{
border-color: #E06093;
}
</style>