Html Css Color HEX #E0AEEA Plum

📋 copy color: '#E0AEEA'

red 224 ◦ green 174 ◦ blue 234

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

Shades of Plum #E0AEEA

Tints of Plum #E0AEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.53%

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

R = 35.44%
G = 27.53%
B = 37.03%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0AEEA (or 0xE0AEEA) is known color: Plum. HEX triplet: E0, AE and EA. RGB value is (224,174,234). Sum of RGB (Red+Green+Blue) = 224+174+234=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEEA is #1F5115. Grayscale: #C3C3C3. Windows color (decimal): -2052374 or 15380192. OLE color: 15380192.

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

Color convert

RGB 224 174 234 -
CMYK 0.04 0.26 0 0.08
HSL 290º 0.59% 0.8% -
HSV(B) 290º 0.26% 0.92% -
XYZ 60.73 52.06 84.69 -
YUV 195.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 224 174 234 0.04 0.26 0 0.08 290 0.59 0.8
Hex E0 AE EA 4 1A 0 8 122 3B 50
Octal 340 256 352 4 32 0 10 442 73 120
Binary 11100000 10101110 11101010 100 11010 0 1000 100100010 111011 1010000

Color Harmonies of #E0AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AEEA

Black with #E0AEEA

Text Example


Text Example

White with #E0AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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