#EAAFEB

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

Shades of Plum #EAAFEB

Tints of Plum #EAAFEB

Color information

#EAAFEB (or 0xEAAFEB) is unknown color: approx Plum. HEX triplet: EA, AF and EB. RGB value is (234,175,235). Sum of RGB (Red+Green+Blue) = 234+175+235=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAAFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFEB is #155014. Grayscale: #C7C7C7. Windows color (decimal): -1396757 or 15445994. OLE color: 15445994.

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

Color convert

RGB234175235-
CMYK0.000.2600.08
HSL299º60%80.39%-
HSV(B)299º25.53%92.16%-
XYZ64.2654.1585.66-
YUV199.48148.05152.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.34%
GREEN value IS 175 (68.75% from 255) = 27.17%
BLUE value IS 235 (92.19% from 255) = 36.49%
R=36.34%
G=27.17%
B=36.49%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341752350.000.2600.082996080.39
HexEAAFEB01A0812b3c50
Octal35225735303201045374120
Binary111010101010111111101011011010010001001010111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFEB; }

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

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

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

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

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

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

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

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