#EAAAE7

Color #EAAAE7 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #EAAAE7

Tints of Plum #EAAAE7

Color information

#EAAAE7 (or 0xEAAAE7) is unknown color: approx Plum. HEX triplet: EA, AA and E7. RGB value is (234,170,231). Sum of RGB (Red+Green+Blue) = 234+170+231=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAE7 is #155518. Grayscale: #C3C3C3. Windows color (decimal): -1398041 or 15182570. OLE color: 15182570.

HSL color Cylindrical-coordinate representation of color #EAAAE7: hue angle of 302.81º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAAE7 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB234170231-
CMYK00.270.010.08
HSL302.81º60.38%79.22%-
HSV(B)302.81º27.35%91.76%-
XYZ62.7352.0182.33-
YUV196.09147.7155.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 170 (66.80% from 255) = 26.77%
BLUE value IS 231 (90.62% from 255) = 36.38%
R=36.85%
G=26.77%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417023100.270.010.08302.8160.3879.22
HexEAAAE701B1812f3c4f
Octal35225234703311045774117
Binary111010101010101011100111011011110001001011111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAE7; }

 p { color: rgb(234,170,231); }

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

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

 a { background-color: rgb(234,170,231); }

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

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

 span { border-color: rgb(234,170,231); }

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