Html Css Color HEX #E5AEEE Plum

📋 copy color: '#E5AEEE'

red 229 ◦ green 174 ◦ blue 238

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

Shades of Plum #E5AEEE

Tints of Plum #E5AEEE

RGB

 RED value IS 229 (89.84% from 255) = 35.73%

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

 BLUE value IS 238 (93.36% from 255) = 37.13%

R = 35.73%
G = 27.15%
B = 37.13%

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

#E5AEEE (or 0xE5AEEE) is known color: Plum. HEX triplet: E5, AE and EE. RGB value is (229,174,238). Sum of RGB (Red+Green+Blue) = 229+174+238=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEEE is #1A5111. Grayscale: #C5C5C5. Windows color (decimal): -1724690 or 15642341. OLE color: 15642341.

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

Color convert

RGB 229 174 238 -
CMYK 0.04 0.27 0 0.07
HSL 291.56º 0.65% 0.81% -
HSV(B) 291.56º 0.27% 0.93% -
XYZ 62.88 53.1 87.82 -
YUV 197.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 229 174 238 0.04 0.27 0 0.07 291.56 0.65 0.81
Hex E5 AE EE 4 1B 0 7 124 41 51
Octal 345 256 356 4 33 0 7 444 101 121
Binary 11100101 10101110 11101110 100 11011 0 111 100100100 1000001 1010001

Color Harmonies of #E5AEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AEEE

Black with #E5AEEE

Text Example


Text Example

White with #E5AEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AEEE; }

 p { color: rgb(229,174,238); }

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

background-color css

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

 a { background-color: rgb(229,174,238); }

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

border-color css

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

 span { border-color: rgb(229,174,238); }

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