#EA66A2

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

Shades of Pale Violet Red #EA66A2

Tints of Pale Violet Red #EA66A2

Color information

#EA66A2 (or 0xEA66A2) is unknown color: approx Pale Violet Red. HEX triplet: EA, 66 and A2. RGB value is (234,102,162). Sum of RGB (Red+Green+Blue) = 234+102+162=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA66A2 is #15995D. Grayscale: #949494. Windows color (decimal): -1415518 or 10643178. OLE color: 10643178.

HSL color Cylindrical-coordinate representation of color #EA66A2: hue angle of 332.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA66A2 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB234102162-
CMYK00.560.310.08
HSL332.73º75.86%65.88%-
HSV(B)332.73º56.41%91.76%-
XYZ45.229.637.51-
YUV148.31135.73189.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.99%
GREEN value IS 102 (40.23% from 255) = 20.48%
BLUE value IS 162 (63.67% from 255) = 32.53%
R=46.99%
G=20.48%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410216200.560.310.08332.7375.8665.88
HexEA66A20381F814d4c42
Octal3521462420703710515114102
Binary11101010110011010100010011100011111100010100110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66A2; }

 p { color: rgb(234,102,162); }

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

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

 a { background-color: rgb(234,102,162); }

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

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

 span { border-color: rgb(234,102,162); }

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