Shades of Pale Violet Red #E66BA4
Tints of Pale Violet Red #E66BA4
RGB
CMYK
RGB Variations
Color information
#E66BA4 (or 0xE66BA4) is known color: Pale Violet Red. HEX triplet: E6, 6B and A4. RGB value is (230,107,164). Sum of RGB (Red+Green+Blue) = 230+107+164=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66BA4 is #19945B. Grayscale: #969696. Windows color (decimal): -1676380 or 10775526. OLE color: 10775526.
HSL color Cylindrical-coordinate representation of color #E66BA4: hue angle of 332.2º 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 #E66BA4 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 164 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.10 |
| HSL | 332.2º | 0.71% | 0.66% | - |
| HSV(B) | 332.2º | 0.53% | 0.9% | - |
| XYZ | 44.59 | 30.02 | 38.57 | - |
| YUV | 150.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 164 | 0 | 0.53 | 0.29 | 0.10 | 332.2 | 0.71 | 0.66 |
| Hex | E6 | 6B | A4 | 0 | 35 | 1D | A | 14C | 47 | 42 |
| Octal | 346 | 153 | 244 | 0 | 65 | 35 | 12 | 514 | 107 | 102 |
| Binary | 11100110 | 1101011 | 10100100 | 0 | 110101 | 11101 | 1010 | 101001100 | 1000111 | 1000010 |
Color Harmonies of #E66BA4
Complementary color
Monochromatic Colors of #E66BA4
Black with #E66BA4
Text Example
Text Example
White with #E66BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BA4; }
p { color: rgb(230,107,164); }
H1.HeaderClassName
{
color: #E66BA4;
}
.AnyTagClassName
{
color: #E66BA4;
}
</style>
background-color css
<style>
a { background-color: #E66BA4; }
a { background-color: rgb(230,107,164); }
div.DivClassName
{
background-color: #E66BA4;
}
.BgClassName
{
background-color: #E66BA4;
}
</style>
border-color css
<style>
span { border-color: #E66BA4; }
span { border-color: rgb(230,107,164); }
td.TdClassName
{
border-color: #E66BA4;
}
.TagClassName
{
border-color: #E66BA4;
}
</style>