Html Css Color HEX #E7AAE5 Plum

📋 copy color: '#E7AAE5'

red 231 ◦ green 170 ◦ blue 229

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

Shades of Plum #E7AAE5

Tints of Plum #E7AAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.35%

R = 36.67%
G = 26.98%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E7AAE5 (or 0xE7AAE5) is known color: Plum. HEX triplet: E7, AA and E5. RGB value is (231,170,229). Sum of RGB (Red+Green+Blue) = 231+170+229=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAE5 is #18551A. Grayscale: #C2C2C2. Windows color (decimal): -1594651 or 15051495. OLE color: 15051495.

HSL color Cylindrical-coordinate representation of color #E7AAE5: hue angle of 301.97º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7AAE5 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 170 229 -
CMYK 0 0.26 0.01 0.09
HSL 301.97º 0.56% 0.79% -
HSV(B) 301.97º 0.26% 0.91% -
XYZ 61.47 51.4 80.81 -
YUV 194.97 147.21 153.7 -
System Red Green Blue C M Y K H S L
Decimal 231 170 229 0 0.26 0.01 0.09 301.97 0.56 0.79
Hex E7 AA E5 0 1A 1 9 12E 38 4F
Octal 347 252 345 0 32 1 11 456 70 117
Binary 11100111 10101010 11100101 0 11010 1 1001 100101110 111000 1001111

Color Harmonies of #E7AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AAE5

Black with #E7AAE5

Text Example


Text Example

White with #E7AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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