Html Css Color HEX #E4AEED Plum

📋 copy color: '#E4AEED'

red 228 ◦ green 174 ◦ blue 237

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

Shades of Plum #E4AEED

Tints of Plum #E4AEED

RGB

 RED value IS 228 (89.45% from 255) = 35.68%

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

 BLUE value IS 237 (92.97% from 255) = 37.09%

R = 35.68%
G = 27.23%
B = 37.09%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E4AEED (or 0xE4AEED) is known color: Plum. HEX triplet: E4, AE and ED. RGB value is (228,174,237). Sum of RGB (Red+Green+Blue) = 228+174+237=639 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.68% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AEED is #1B5112. Grayscale: #C5C5C5. Windows color (decimal): -1790227 or 15576804. OLE color: 15576804.

HSL color Cylindrical-coordinate representation of color #E4AEED: hue angle of 291.43º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E4AEED is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 174 237 -
CMYK 0.04 0.27 0 0.07
HSL 291.43º 0.64% 0.81% -
HSV(B) 291.43º 0.27% 0.93% -
XYZ 62.42 52.88 87.04 -
YUV 197.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 228 174 237 0.04 0.27 0 0.07 291.43 0.64 0.81
Hex E4 AE ED 4 1B 0 7 123 40 51
Octal 344 256 355 4 33 0 7 443 100 121
Binary 11100100 10101110 11101101 100 11011 0 111 100100011 1000000 1010001

Color Harmonies of #E4AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4AEED

Black with #E4AEED

Text Example


Text Example

White with #E4AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4AEED; }

 p { color: rgb(228,174,237); }

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

background-color css

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

 a { background-color: rgb(228,174,237); }

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

border-color css

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

 span { border-color: rgb(228,174,237); }

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