#E06EA4

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

Shades of Pale Violet Red #E06EA4

Tints of Pale Violet Red #E06EA4

Color information

#E06EA4 (or 0xE06EA4) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6E and A4. RGB value is (224,110,164). Sum of RGB (Red+Green+Blue) = 224+110+164=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06EA4 is #1F915B. Grayscale: #969696. Windows color (decimal): -2068828 or 10776288. OLE color: 10776288.

HSL color Cylindrical-coordinate representation of color #E06EA4: hue angle of 331.58º 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 #E06EA4 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB224110164-
CMYK00.510.270.12
HSL331.58º64.77%65.49%-
HSV(B)331.58º50.89%87.84%-
XYZ43.0229.6838.58-
YUV150.24135.77180.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.98%
GREEN value IS 110 (43.36% from 255) = 22.09%
BLUE value IS 164 (64.45% from 255) = 32.93%
R=44.98%
G=22.09%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411016400.510.270.12331.5864.7765.49
HexE06EA40331BC14c4141
Octal3401562440633314514101101
Binary11100000110111010100100011001111011110010100110010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06EA4; }

 p { color: rgb(224,110,164); }

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

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

 a { background-color: rgb(224,110,164); }

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

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

 span { border-color: rgb(224,110,164); }

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