Shades of Pale Violet Red #E06B93
Tints of Pale Violet Red #E06B93
RGB
CMYK
RGB Variations
Color information
#E06B93 (or 0xE06B93) is known color: Pale Violet Red. HEX triplet: E0, 6B and 93. RGB value is (224,107,147). Sum of RGB (Red+Green+Blue) = 224+107+147=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06B93 is #1F946C. Grayscale: #929292. Windows color (decimal): -2069613 or 9661408. OLE color: 9661408.
HSL color Cylindrical-coordinate representation of color #E06B93: hue angle of 339.49º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06B93 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 147 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.12 |
| HSL | 339.49º | 0.65% | 0.65% | - |
| HSV(B) | 339.49º | 0.52% | 0.88% | - |
| XYZ | 41.26 | 28.47 | 30.92 | - |
| YUV | 146.54 | 128.26 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 147 | 0 | 0.52 | 0.34 | 0.12 | 339.49 | 0.65 | 0.65 |
| Hex | E0 | 6B | 93 | 0 | 34 | 22 | C | 153 | 41 | 41 |
| Octal | 340 | 153 | 223 | 0 | 64 | 42 | 14 | 523 | 101 | 101 |
| Binary | 11100000 | 1101011 | 10010011 | 0 | 110100 | 100010 | 1100 | 101010011 | 1000001 | 1000001 |
Color Harmonies of #E06B93
Complementary color
Monochromatic Colors of #E06B93
Black with #E06B93
Text Example
Text Example
White with #E06B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B93; }
p { color: rgb(224,107,147); }
H1.HeaderClassName
{
color: #E06B93;
}
.AnyTagClassName
{
color: #E06B93;
}
</style>
background-color css
<style>
a { background-color: #E06B93; }
a { background-color: rgb(224,107,147); }
div.DivClassName
{
background-color: #E06B93;
}
.BgClassName
{
background-color: #E06B93;
}
</style>
border-color css
<style>
span { border-color: #E06B93; }
span { border-color: rgb(224,107,147); }
td.TdClassName
{
border-color: #E06B93;
}
.TagClassName
{
border-color: #E06B93;
}
</style>