#EAA9E7

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

Shades of Plum #EAA9E7

Tints of Plum #EAA9E7

Color information

#EAA9E7 (or 0xEAA9E7) is unknown color: approx Plum. HEX triplet: EA, A9 and E7. RGB value is (234,169,231). Sum of RGB (Red+Green+Blue) = 234+169+231=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 169 (66.41% from 255 or 26.66% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA9E7 is #155618. Grayscale: #C3C3C3. Windows color (decimal): -1398297 or 15182314. OLE color: 15182314.

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

Color convert

RGB234169231-
CMYK00.280.010.08
HSL302.77º60.75%79.02%-
HSV(B)302.77º27.78%91.76%-
XYZ62.5451.6482.27-
YUV195.5148.03155.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 169 (66.41% from 255) = 26.66%
BLUE value IS 231 (90.62% from 255) = 36.44%
R=36.91%
G=26.66%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416923100.280.010.08302.7760.7579.02
HexEAA9E701C1812f3d4f
Octal35225134703411045775117
Binary111010101010100111100111011100110001001011111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9E7; }

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

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

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

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

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

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

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

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