Html Css Color HEX #E0AAE5 Plum

📋 copy color: '#E0AAE5'

red 224 ◦ green 170 ◦ blue 229

#E0AAE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #E0AAE5

Tints of Plum #E0AAE5

RGB

 RED value IS 224 (87.89% from 255) = 35.96%

 GREEN value IS 170 (66.8% from 255) = 27.29%

 BLUE value IS 229 (89.84% from 255) = 36.76%

R = 35.96%
G = 27.29%
B = 36.76%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E0AAE5 (or 0xE0AAE5) is known color: Plum. HEX triplet: E0, AA and E5. RGB value is (224,170,229). Sum of RGB (Red+Green+Blue) = 224+170+229=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0AAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AAE5 is #1F551A. Grayscale: #C0C0C0. Windows color (decimal): -2053403 or 15051488. OLE color: 15051488.

HSL color Cylindrical-coordinate representation of color #E0AAE5: hue angle of 294.92º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0AAE5 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 170 229 -
CMYK 0.02 0.26 0 0.10
HSL 294.92º 0.53% 0.78% -
HSV(B) 294.92º 0.26% 0.9% -
XYZ 59.26 50.25 80.71 -
YUV 192.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 224 170 229 0.02 0.26 0 0.10 294.92 0.53 0.78
Hex E0 AA E5 2 1A 0 A 127 35 4E
Octal 340 252 345 2 32 0 12 447 65 116
Binary 11100000 10101010 11100101 10 11010 0 1010 100100111 110101 1001110

Color Harmonies of #E0AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AAE5

Black with #E0AAE5

Text Example


Text Example

White with #E0AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AAE5; }

 p { color: rgb(224,170,229); }

 H1.HeaderClassName
 {
   color: #E0AAE5;
 }
 .AnyTagClassName
 {
   color: #E0AAE5;
 }
</style>

background-color css

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

 a { background-color: rgb(224,170,229); }

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

border-color css

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

 span { border-color: rgb(224,170,229); }

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