#E0AFEB

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

Shades of Plum #E0AFEB

Tints of Plum #E0AFEB

Color information

#E0AFEB (or 0xE0AFEB) is unknown color: approx Plum. HEX triplet: E0, AF and EB. RGB value is (224,175,235). Sum of RGB (Red+Green+Blue) = 224+175+235=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFEB is #1F5014. Grayscale: #C4C4C4. Windows color (decimal): -2052117 or 15445984. OLE color: 15445984.

HSL color Cylindrical-coordinate representation of color #E0AFEB: hue angle of 289º 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 #E0AFEB is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224175235-
CMYK0.050.2600.08
HSL289º60%80.39%-
HSV(B)289º25.53%92.16%-
XYZ61.0752.5185.51-
YUV196.49149.73147.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.33%
GREEN value IS 175 (68.75% from 255) = 27.60%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=35.33%
G=27.60%
B=37.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241752350.050.2600.082896080.39
HexE0AFEB51A081213c50
Octal34025735353201044174120
Binary11100000101011111110101110111010010001001000011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFEB; }

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

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

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

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

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

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

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

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