#EAAFF1

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

Shades of Plum #EAAFF1

Tints of Plum #EAAFF1

Color information

#EAAFF1 (or 0xEAAFF1) is unknown color: approx Plum. HEX triplet: EA, AF and F1. RGB value is (234,175,241). Sum of RGB (Red+Green+Blue) = 234+175+241=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAAFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFF1 is #15500E. Grayscale: #C7C7C7. Windows color (decimal): -1396751 or 15839210. OLE color: 15839210.

HSL color Cylindrical-coordinate representation of color #EAAFF1: hue angle of 293.64º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAFF1 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234175241-
CMYK0.030.2700.05
HSL293.64º70.21%81.57%-
HSV(B)293.64º27.39%94.51%-
XYZ65.1454.590.31-
YUV200.16151.05152.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 175 (68.75% from 255) = 26.92%
BLUE value IS 241 (94.53% from 255) = 37.08%
R=36%
G=26.92%
B=37.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341752410.030.2700.05293.6470.2181.57
HexEAAFF131B051264652
Octal35225736133305446106122
Binary1110101010101111111100011111011010110010011010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFF1; }

 p { color: rgb(234,175,241); }

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

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

 a { background-color: rgb(234,175,241); }

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

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

 span { border-color: rgb(234,175,241); }

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