Html Css Color HEX #E2AEEC Plum

📋 copy color: '#E2AEEC'

red 226 ◦ green 174 ◦ blue 236

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

Shades of Plum #E2AEEC

Tints of Plum #E2AEEC

RGB

 RED value IS 226 (88.67% from 255) = 35.53%

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

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

R = 35.53%
G = 27.36%
B = 37.11%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2AEEC (or 0xE2AEEC) is known color: Plum. HEX triplet: E2, AE and EC. RGB value is (226,174,236). Sum of RGB (Red+Green+Blue) = 226+174+236=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AEEC is #1D5113. Grayscale: #C4C4C4. Windows color (decimal): -1921300 or 15511266. OLE color: 15511266.

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

Color convert

RGB 226 174 236 -
CMYK 0.04 0.26 0 0.07
HSL 290.32º 0.62% 0.8% -
HSV(B) 290.32º 0.26% 0.93% -
XYZ 61.64 52.5 86.24 -
YUV 196.62 150.23 148.96 -
System Red Green Blue C M Y K H S L
Decimal 226 174 236 0.04 0.26 0 0.07 290.32 0.62 0.8
Hex E2 AE EC 4 1A 0 7 122 3E 50
Octal 342 256 354 4 32 0 7 442 76 120
Binary 11100010 10101110 11101100 100 11010 0 111 100100010 111110 1010000

Color Harmonies of #E2AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AEEC

Black with #E2AEEC

Text Example


Text Example

White with #E2AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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