Html Css Color HEX #E8AAEA Plum

📋 copy color: '#E8AAEA'

red 232 ◦ green 170 ◦ blue 234

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

Shades of Plum #E8AAEA

Tints of Plum #E8AAEA

RGB

 RED value IS 232 (91.02% from 255) = 36.48%

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

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

R = 36.48%
G = 26.73%
B = 36.79%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E8AAEA (or 0xE8AAEA) is known color: Plum. HEX triplet: E8, AA and EA. RGB value is (232,170,234). Sum of RGB (Red+Green+Blue) = 232+170+234=636 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.48% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AAEA is #175515. Grayscale: #C3C3C3. Windows color (decimal): -1529110 or 15379176. OLE color: 15379176.

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

Color convert

RGB 232 170 234 -
CMYK 0.01 0.27 0 0.08
HSL 298.13º 0.6% 0.79% -
HSV(B) 298.13º 0.27% 0.92% -
XYZ 62.5 51.85 84.55 -
YUV 195.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 232 170 234 0.01 0.27 0 0.08 298.13 0.6 0.79
Hex E8 AA EA 1 1B 0 8 12A 3C 4F
Octal 350 252 352 1 33 0 10 452 74 117
Binary 11101000 10101010 11101010 1 11011 0 1000 100101010 111100 1001111

Color Harmonies of #E8AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AAEA

Black with #E8AAEA

Text Example


Text Example

White with #E8AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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