#EA66A1

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

Shades of Pale Violet Red #EA66A1

Tints of Pale Violet Red #EA66A1

Color information

#EA66A1 (or 0xEA66A1) is unknown color: approx Pale Violet Red. HEX triplet: EA, 66 and A1. RGB value is (234,102,161). Sum of RGB (Red+Green+Blue) = 234+102+161=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA66A1 is #15995E. Grayscale: #949494. Windows color (decimal): -1415519 or 10577642. OLE color: 10577642.

HSL color Cylindrical-coordinate representation of color #EA66A1: hue angle of 333.18º 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 #EA66A1 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB234102161-
CMYK00.560.310.08
HSL333.18º75.86%65.88%-
HSV(B)333.18º56.41%91.76%-
XYZ45.1229.5737.05-
YUV148.19135.23189.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 102 (40.23% from 255) = 20.52%
BLUE value IS 161 (63.28% from 255) = 32.39%
R=47.08%
G=20.52%
B=32.39%

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
Decimal23410216100.560.310.08333.1875.8665.88
HexEA66A10381F814d4c42
Octal3521462410703710515114102
Binary11101010110011010100001011100011111100010100110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66A1; }

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

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

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

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

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

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

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

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