Html Css Color HEX #E1A3DB Plum

📋 copy color: '#E1A3DB'

red 225 ◦ green 163 ◦ blue 219

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

Shades of Plum #E1A3DB

Tints of Plum #E1A3DB

RGB

 RED value IS 225 (88.28% from 255) = 37.07%

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

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 37.07%
G = 26.85%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1A3DB (or 0xE1A3DB) is known color: Plum. HEX triplet: E1, A3 and DB. RGB value is (225,163,219). Sum of RGB (Red+Green+Blue) = 225+163+219=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A3DB is #1E5C24. Grayscale: #BBBBBB. Windows color (decimal): -1989669 or 14394337. OLE color: 14394337.

HSL color Cylindrical-coordinate representation of color #E1A3DB: hue angle of 305.81º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1A3DB is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 163 219 -
CMYK 0 0.28 0.03 0.12
HSL 305.81º 0.51% 0.76% -
HSV(B) 305.81º 0.28% 0.88% -
XYZ 56.93 47.32 73.15 -
YUV 187.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 225 163 219 0 0.28 0.03 0.12 305.81 0.51 0.76
Hex E1 A3 DB 0 1C 3 C 132 33 4C
Octal 341 243 333 0 34 3 14 462 63 114
Binary 11100001 10100011 11011011 0 11100 11 1100 100110010 110011 1001100

Color Harmonies of #E1A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A3DB

Black with #E1A3DB

Text Example


Text Example

White with #E1A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A3DB; }

 p { color: rgb(225,163,219); }

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

background-color css

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

 a { background-color: rgb(225,163,219); }

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

border-color css

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

 span { border-color: rgb(225,163,219); }

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