#E066A4

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

Shades of Pale Violet Red #E066A4

Tints of Pale Violet Red #E066A4

Color information

#E066A4 (or 0xE066A4) is unknown color: approx Pale Violet Red. HEX triplet: E0, 66 and A4. RGB value is (224,102,164). Sum of RGB (Red+Green+Blue) = 224+102+164=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E066A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E066A4 is #1F995B. Grayscale: #919191. Windows color (decimal): -2070876 or 10774240. OLE color: 10774240.

HSL color Cylindrical-coordinate representation of color #E066A4: hue angle of 329.51º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E066A4 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB224102164-
CMYK00.540.270.12
HSL329.51º66.3%63.92%-
HSV(B)329.51º54.46%87.84%-
XYZ42.1928.0338.31-
YUV145.55138.42183.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.71%
GREEN value IS 102 (40.23% from 255) = 20.82%
BLUE value IS 164 (64.45% from 255) = 33.47%
R=45.71%
G=20.82%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410216400.540.270.12329.5166.363.92
HexE066A40361BC14a4240
Octal3401462440663314512102100
Binary11100000110011010100100011011011011110010100101010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E066A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E066A4; }

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

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

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

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

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

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

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

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