#EAB2EE

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

Shades of Plum #EAB2EE

Tints of Plum #EAB2EE

Color information

#EAB2EE (or 0xEAB2EE) is unknown color: approx Plum. HEX triplet: EA, B2 and EE. RGB value is (234,178,238). Sum of RGB (Red+Green+Blue) = 234+178+238=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 178 (69.92% from 255 or 27.38% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAB2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB2EE is #154D11. Grayscale: #C9C9C9. Windows color (decimal): -1395986 or 15643370. OLE color: 15643370.

HSL color Cylindrical-coordinate representation of color #EAB2EE: hue angle of 296º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB2EE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234178238-
CMYK0.020.2500.07
HSL296º63.83%81.57%-
HSV(B)296º25.21%93.33%-
XYZ65.2855.5188.16-
YUV201.58148.55151.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 178 (69.92% from 255) = 27.38%
BLUE value IS 238 (93.36% from 255) = 36.62%
R=36%
G=27.38%
B=36.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341782380.020.2500.0729663.8381.57
HexEAB2EE219071284052
Octal35226235623107450100122
Binary1110101010110010111011101011001011110010100010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2EE; }

 p { color: rgb(234,178,238); }

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

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

 a { background-color: rgb(234,178,238); }

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

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

 span { border-color: rgb(234,178,238); }

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