Html Css Color HEX #E7AAE4 Plum

📋 copy color: '#E7AAE4'

red 231 ◦ green 170 ◦ blue 228

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

Shades of Plum #E7AAE4

Tints of Plum #E7AAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.25%

R = 36.72%
G = 27.03%
B = 36.25%

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

#E7AAE4 (or 0xE7AAE4) is known color: Plum. HEX triplet: E7, AA and E4. RGB value is (231,170,228). Sum of RGB (Red+Green+Blue) = 231+170+228=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAE4 is #18551B. Grayscale: #C2C2C2. Windows color (decimal): -1594652 or 14985959. OLE color: 14985959.

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

Color convert

RGB 231 170 228 -
CMYK 0 0.26 0.01 0.09
HSL 302.95º 0.56% 0.79% -
HSV(B) 302.95º 0.26% 0.91% -
XYZ 61.33 51.34 80.08 -
YUV 194.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 231 170 228 0 0.26 0.01 0.09 302.95 0.56 0.79
Hex E7 AA E4 0 1A 1 9 12F 38 4F
Octal 347 252 344 0 32 1 11 457 70 117
Binary 11100111 10101010 11100100 0 11010 1 1001 100101111 111000 1001111

Color Harmonies of #E7AAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AAE4

Black with #E7AAE4

Text Example


Text Example

White with #E7AAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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