Shades of Pale Violet Red #E66BA5
Tints of Pale Violet Red #E66BA5
RGB
CMYK
RGB Variations
Color information
#E66BA5 (or 0xE66BA5) is known color: Pale Violet Red. HEX triplet: E6, 6B and A5. RGB value is (230,107,165). Sum of RGB (Red+Green+Blue) = 230+107+165=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66BA5 is #19945A. Grayscale: #969696. Windows color (decimal): -1676379 or 10841062. OLE color: 10841062.
HSL color Cylindrical-coordinate representation of color #E66BA5: hue angle of 331.71º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66BA5 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 165 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.10 |
| HSL | 331.71º | 0.71% | 0.66% | - |
| HSV(B) | 331.71º | 0.53% | 0.9% | - |
| XYZ | 44.68 | 30.06 | 39.04 | - |
| YUV | 150.39 | 136.25 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 165 | 0 | 0.53 | 0.28 | 0.10 | 331.71 | 0.71 | 0.66 |
| Hex | E6 | 6B | A5 | 0 | 35 | 1C | A | 14C | 47 | 42 |
| Octal | 346 | 153 | 245 | 0 | 65 | 34 | 12 | 514 | 107 | 102 |
| Binary | 11100110 | 1101011 | 10100101 | 0 | 110101 | 11100 | 1010 | 101001100 | 1000111 | 1000010 |
Color Harmonies of #E66BA5
Complementary color
Monochromatic Colors of #E66BA5
Black with #E66BA5
Text Example
Text Example
White with #E66BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BA5; }
p { color: rgb(230,107,165); }
H1.HeaderClassName
{
color: #E66BA5;
}
.AnyTagClassName
{
color: #E66BA5;
}
</style>
background-color css
<style>
a { background-color: #E66BA5; }
a { background-color: rgb(230,107,165); }
div.DivClassName
{
background-color: #E66BA5;
}
.BgClassName
{
background-color: #E66BA5;
}
</style>
border-color css
<style>
span { border-color: #E66BA5; }
span { border-color: rgb(230,107,165); }
td.TdClassName
{
border-color: #E66BA5;
}
.TagClassName
{
border-color: #E66BA5;
}
</style>