Html Css Color HEX #E5A3EE Plum

📋 copy color: '#E5A3EE'

red 229 ◦ green 163 ◦ blue 238

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

Shades of Plum #E5A3EE

Tints of Plum #E5A3EE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.87%

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

R = 36.35%
G = 25.87%
B = 37.78%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E5A3EE (or 0xE5A3EE) is known color: Plum. HEX triplet: E5, A3 and EE. RGB value is (229,163,238). Sum of RGB (Red+Green+Blue) = 229+163+238=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 163 (64.06% from 255 or 25.87% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5A3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A3EE is #1A5C11. Grayscale: #BFBFBF. Windows color (decimal): -1727506 or 15639525. OLE color: 15639525.

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

Color convert

RGB 229 163 238 -
CMYK 0.04 0.32 0 0.07
HSL 292.8º 0.69% 0.79% -
HSV(B) 292.8º 0.32% 0.93% -
XYZ 60.84 49.03 87.15 -
YUV 191.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 229 163 238 0.04 0.32 0 0.07 292.8 0.69 0.79
Hex E5 A3 EE 4 20 0 7 125 45 4F
Octal 345 243 356 4 40 0 7 445 105 117
Binary 11100101 10100011 11101110 100 100000 0 111 100100101 1000101 1001111

Color Harmonies of #E5A3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A3EE

Black with #E5A3EE

Text Example


Text Example

White with #E5A3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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