Html Css Color HEX #E7AEEC Plum

📋 copy color: '#E7AEEC'

red 231 ◦ green 174 ◦ blue 236

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

Shades of Plum #E7AEEC

Tints of Plum #E7AEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.15%

 BLUE value IS 236 (92.58% from 255) = 36.82%

R = 36.04%
G = 27.15%
B = 36.82%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E7AEEC (or 0xE7AEEC) is known color: Plum. HEX triplet: E7, AE and EC. RGB value is (231,174,236). Sum of RGB (Red+Green+Blue) = 231+174+236=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7AEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AEEC is #185113. Grayscale: #C5C5C5. Windows color (decimal): -1593620 or 15511271. OLE color: 15511271.

HSL color Cylindrical-coordinate representation of color #E7AEEC: hue angle of 295.16º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7AEEC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 174 236 -
CMYK 0.02 0.26 0 0.07
HSL 295.16º 0.62% 0.8% -
HSV(B) 295.16º 0.26% 0.93% -
XYZ 63.23 53.32 86.32 -
YUV 198.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 231 174 236 0.02 0.26 0 0.07 295.16 0.62 0.8
Hex E7 AE EC 2 1A 0 7 127 3E 50
Octal 347 256 354 2 32 0 7 447 76 120
Binary 11100111 10101110 11101100 10 11010 0 111 100100111 111110 1010000

Color Harmonies of #E7AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AEEC

Black with #E7AEEC

Text Example


Text Example

White with #E7AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AEEC; }

 p { color: rgb(231,174,236); }

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

background-color css

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

 a { background-color: rgb(231,174,236); }

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

border-color css

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

 span { border-color: rgb(231,174,236); }

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