Html Css Color HEX #E7AAEA Plum

📋 copy color: '#E7AAEA'

red 231 ◦ green 170 ◦ blue 234

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

Shades of Plum #E7AAEA

Tints of Plum #E7AAEA

RGB

 RED value IS 231 (90.63% from 255) = 36.38%

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

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

R = 36.38%
G = 26.77%
B = 36.85%

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

#E7AAEA (or 0xE7AAEA) is known color: Plum. HEX triplet: E7, AA and EA. RGB value is (231,170,234). Sum of RGB (Red+Green+Blue) = 231+170+234=635 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.38% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AAEA is #185515. Grayscale: #C3C3C3. Windows color (decimal): -1594646 or 15379175. OLE color: 15379175.

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

Color convert

RGB 231 170 234 -
CMYK 0.01 0.27 0 0.08
HSL 297.19º 0.6% 0.79% -
HSV(B) 297.19º 0.27% 0.92% -
XYZ 62.18 51.68 84.54 -
YUV 195.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 231 170 234 0.01 0.27 0 0.08 297.19 0.6 0.79
Hex E7 AA EA 1 1B 0 8 129 3C 4F
Octal 347 252 352 1 33 0 10 451 74 117
Binary 11100111 10101010 11101010 1 11011 0 1000 100101001 111100 1001111

Color Harmonies of #E7AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AAEA

Black with #E7AAEA

Text Example


Text Example

White with #E7AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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