Html Css Color HEX #E5A3DA Plum

📋 copy color: '#E5A3DA'

red 229 ◦ green 163 ◦ blue 218

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

Shades of Plum #E5A3DA

Tints of Plum #E5A3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.74%

R = 37.54%
G = 26.72%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E5A3DA (or 0xE5A3DA) is known color: Plum. HEX triplet: E5, A3 and DA. RGB value is (229,163,218). Sum of RGB (Red+Green+Blue) = 229+163+218=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 163 (64.06% from 255 or 26.72% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A3DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A3DA is #1A5C25. Grayscale: #BCBCBC. Windows color (decimal): -1727526 or 14328805. OLE color: 14328805.

HSL color Cylindrical-coordinate representation of color #E5A3DA: hue angle of 310º 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 #E5A3DA is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 163 218 -
CMYK 0 0.29 0.05 0.10
HSL 310º 0.56% 0.77% -
HSV(B) 310º 0.29% 0.9% -
XYZ 58.07 47.91 72.52 -
YUV 189 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 229 163 218 0 0.29 0.05 0.10 310 0.56 0.77
Hex E5 A3 DA 0 1D 5 A 136 38 4D
Octal 345 243 332 0 35 5 12 466 70 115
Binary 11100101 10100011 11011010 0 11101 101 1010 100110110 111000 1001101

Color Harmonies of #E5A3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A3DA

Black with #E5A3DA

Text Example


Text Example

White with #E5A3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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