Html Css Color HEX #E5A3D7 Plum

📋 copy color: '#E5A3D7'

red 229 ◦ green 163 ◦ blue 215

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

Shades of Plum #E5A3D7

Tints of Plum #E5A3D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.42%

R = 37.73%
G = 26.85%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E5A3D7 (or 0xE5A3D7) is known color: Plum. HEX triplet: E5, A3 and D7. RGB value is (229,163,215). Sum of RGB (Red+Green+Blue) = 229+163+215=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A3D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A3D7 is #1A5C28. Grayscale: #BCBCBC. Windows color (decimal): -1727529 or 14132197. OLE color: 14132197.

HSL color Cylindrical-coordinate representation of color #E5A3D7: hue angle of 312.73º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A3D7 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 163 215 -
CMYK 0 0.29 0.06 0.10
HSL 312.73º 0.56% 0.77% -
HSV(B) 312.73º 0.29% 0.9% -
XYZ 57.68 47.76 70.47 -
YUV 188.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 229 163 215 0 0.29 0.06 0.10 312.73 0.56 0.77
Hex E5 A3 D7 0 1D 6 A 139 38 4D
Octal 345 243 327 0 35 6 12 471 70 115
Binary 11100101 10100011 11010111 0 11101 110 1010 100111001 111000 1001101

Color Harmonies of #E5A3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A3D7

Black with #E5A3D7

Text Example


Text Example

White with #E5A3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A3D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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