Html Css Color HEX #E4AAEA Plum

📋 copy color: '#E4AAEA'

red 228 ◦ green 170 ◦ blue 234

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

Shades of Plum #E4AAEA

Tints of Plum #E4AAEA

RGB

 RED value IS 228 (89.45% from 255) = 36.08%

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

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

R = 36.08%
G = 26.9%
B = 37.03%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E4AAEA (or 0xE4AAEA) is known color: Plum. HEX triplet: E4, AA and EA. RGB value is (228,170,234). Sum of RGB (Red+Green+Blue) = 228+170+234=632 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.08% from 632); Green value is 170 (66.80% from 255 or 26.90% 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 #E4AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AAEA is #1B5515. Grayscale: #C2C2C2. Windows color (decimal): -1791254 or 15379172. OLE color: 15379172.

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

Color convert

RGB 228 170 234 -
CMYK 0.03 0.27 0 0.08
HSL 294.38º 0.6% 0.79% -
HSV(B) 294.38º 0.27% 0.92% -
XYZ 61.22 51.18 84.49 -
YUV 194.64 150.22 151.8 -
System Red Green Blue C M Y K H S L
Decimal 228 170 234 0.03 0.27 0 0.08 294.38 0.6 0.79
Hex E4 AA EA 3 1B 0 8 126 3C 4F
Octal 344 252 352 3 33 0 10 446 74 117
Binary 11100100 10101010 11101010 11 11011 0 1000 100100110 111100 1001111

Color Harmonies of #E4AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4AAEA

Black with #E4AAEA

Text Example


Text Example

White with #E4AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4AAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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