#EAB1EB

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

Shades of Plum #EAB1EB

Tints of Plum #EAB1EB

Color information

#EAB1EB (or 0xEAB1EB) is unknown color: approx Plum. HEX triplet: EA, B1 and EB. RGB value is (234,177,235). Sum of RGB (Red+Green+Blue) = 234+177+235=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 177 (69.53% from 255 or 27.40% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAB1EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB1EB is #154E14. Grayscale: #C8C8C8. Windows color (decimal): -1396245 or 15446506. OLE color: 15446506.

HSL color Cylindrical-coordinate representation of color #EAB1EB: hue angle of 298.97º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB1EB is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234177235-
CMYK0.000.2500.08
HSL298.97º59.18%80.78%-
HSV(B)298.97º24.68%92.16%-
XYZ64.6554.9385.79-
YUV200.66147.38151.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 177 (69.53% from 255) = 27.40%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=36.22%
G=27.40%
B=36.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341772350.000.2500.08298.9759.1880.78
HexEAB1EB0190812b3b51
Octal35226135303101045373121
Binary111010101011000111101011011001010001001010111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1EB; }

 p { color: rgb(234,177,235); }

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

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

 a { background-color: rgb(234,177,235); }

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

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

 span { border-color: rgb(234,177,235); }

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