#EAA7E0

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

Shades of Plum #EAA7E0

Tints of Plum #EAA7E0

Color information

#EAA7E0 (or 0xEAA7E0) is unknown color: approx Plum. HEX triplet: EA, A7 and E0. RGB value is (234,167,224). Sum of RGB (Red+Green+Blue) = 234+167+224=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA7E0 is #15581F. Grayscale: #C1C1C1. Windows color (decimal): -1398816 or 14723050. OLE color: 14723050.

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

Color convert

RGB234167224-
CMYK00.290.040.08
HSL308.96º61.47%78.63%-
HSV(B)308.96º28.63%91.76%-
XYZ61.250.5177.04-
YUV193.53145.2156.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 167 (65.62% from 255) = 26.72%
BLUE value IS 224 (87.89% from 255) = 35.84%
R=37.44%
G=26.72%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416722400.290.040.08308.9661.4778.63
HexEAA7E001D481353d4f
Octal35224734003541046575117
Binary11101010101001111110000001110110010001001101011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA7E0; }

 p { color: rgb(234,167,224); }

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

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

 a { background-color: rgb(234,167,224); }

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

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

 span { border-color: rgb(234,167,224); }

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