Html Css Color HEX #E5AEEA Plum

📋 copy color: '#E5AEEA'

red 229 ◦ green 174 ◦ blue 234

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

Shades of Plum #E5AEEA

Tints of Plum #E5AEEA

RGB

 RED value IS 229 (89.84% from 255) = 35.95%

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

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

R = 35.95%
G = 27.32%
B = 36.73%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5AEEA (or 0xE5AEEA) is known color: Plum. HEX triplet: E5, AE and EA. RGB value is (229,174,234). Sum of RGB (Red+Green+Blue) = 229+174+234=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEEA is #1A5115. Grayscale: #C5C5C5. Windows color (decimal): -1724694 or 15380197. OLE color: 15380197.

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

Color convert

RGB 229 174 234 -
CMYK 0.02 0.26 0 0.08
HSL 295º 0.59% 0.8% -
HSV(B) 295º 0.26% 0.92% -
XYZ 62.3 52.87 84.76 -
YUV 197.29 148.72 150.62 -
System Red Green Blue C M Y K H S L
Decimal 229 174 234 0.02 0.26 0 0.08 295 0.59 0.8
Hex E5 AE EA 2 1A 0 8 127 3B 50
Octal 345 256 352 2 32 0 10 447 73 120
Binary 11100101 10101110 11101010 10 11010 0 1000 100100111 111011 1010000

Color Harmonies of #E5AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AEEA

Black with #E5AEEA

Text Example


Text Example

White with #E5AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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