#EAA1E2

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

Shades of Plum #EAA1E2

Tints of Plum #EAA1E2

Color information

#EAA1E2 (or 0xEAA1E2) is unknown color: approx Plum. HEX triplet: EA, A1 and E2. RGB value is (234,161,226). Sum of RGB (Red+Green+Blue) = 234+161+226=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA1E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA1E2 is #155E1D. Grayscale: #BEBEBE. Windows color (decimal): -1400350 or 14852586. OLE color: 14852586.

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

Color convert

RGB234161226-
CMYK00.310.030.08
HSL306.58º63.48%77.45%-
HSV(B)306.58º31.2%91.76%-
XYZ60.448.4778.12-
YUV190.24148.18159.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 161 (63.28% from 255) = 25.93%
BLUE value IS 226 (88.67% from 255) = 36.39%
R=37.68%
G=25.93%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416122600.310.030.08306.5863.4877.45
HexEAA1E201F381333f4d
Octal35224134203731046377115
Binary1110101010100001111000100111111110001001100111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA1E2; }

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

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

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

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

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

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

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

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