#E06DA1

Color #E06DA1 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E06DA1

Tints of Pale Violet Red #E06DA1

Color information

#E06DA1 (or 0xE06DA1) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6D and A1. RGB value is (224,109,161). Sum of RGB (Red+Green+Blue) = 224+109+161=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06DA1 is #1F925E. Grayscale: #959595. Windows color (decimal): -2069087 or 10579424. OLE color: 10579424.

HSL color Cylindrical-coordinate representation of color #E06DA1: hue angle of 332.87º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06DA1 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB224109161-
CMYK00.510.280.12
HSL332.87º64.97%65.29%-
HSV(B)332.87º51.34%87.84%-
XYZ42.6429.3637.14-
YUV149.31134.6181.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 45.34%
GREEN value IS 109 (42.97% from 255) = 22.06%
BLUE value IS 161 (63.28% from 255) = 32.59%
R=45.34%
G=22.06%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410916100.510.280.12332.8764.9765.29
HexE06DA10331CC14d4141
Octal3401552410633414515101101
Binary11100000110110110100001011001111100110010100110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06DA1; }

 p { color: rgb(224,109,161); }

 H1.HeaderClassName
 {
   color: #E06DA1;
 }
 .AnyTagClassName
 {
   color: #E06DA1;
 }
</style>
background-color css

<style>
 a { background-color: #E06DA1; }

 a { background-color: rgb(224,109,161); }

 div.DivClassName
 {
   background-color: #E06DA1;
 }
 .BgClassName
 {
   background-color: #E06DA1;
 }
</style>
border-color css

<style>
 span { border-color: #E06DA1; }

 span { border-color: rgb(224,109,161); }

 td.TdClassName
 {
   border-color: #E06DA1;
 }
 .TagClassName
 {
   border-color: #E06DA1;
 }
</style>