Html Css Color HEX #E0AAEA Plum

📋 copy color: '#E0AAEA'

red 224 ◦ green 170 ◦ blue 234

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

Shades of Plum #E0AAEA

Tints of Plum #E0AAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.26%

R = 35.67%
G = 27.07%
B = 37.26%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0AAEA (or 0xE0AAEA) is known color: Plum. HEX triplet: E0, AA and EA. RGB value is (224,170,234). Sum of RGB (Red+Green+Blue) = 224+170+234=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAEA is #1F5515. Grayscale: #C1C1C1. Windows color (decimal): -2053398 or 15379168. OLE color: 15379168.

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

Color convert

RGB 224 170 234 -
CMYK 0.04 0.27 0 0.08
HSL 290.63º 0.6% 0.79% -
HSV(B) 290.63º 0.27% 0.92% -
XYZ 59.97 50.54 84.44 -
YUV 193.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 224 170 234 0.04 0.27 0 0.08 290.63 0.6 0.79
Hex E0 AA EA 4 1B 0 8 123 3C 4F
Octal 340 252 352 4 33 0 10 443 74 117
Binary 11100000 10101010 11101010 100 11011 0 1000 100100011 111100 1001111

Color Harmonies of #E0AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AAEA

Black with #E0AAEA

Text Example


Text Example

White with #E0AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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