Html Css Color HEX #E1A4E5 Plum

📋 copy color: '#E1A4E5'

red 225 ◦ green 164 ◦ blue 229

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

Shades of Plum #E1A4E5

Tints of Plum #E1A4E5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.54%

 BLUE value IS 229 (89.84% from 255) = 37.06%

R = 36.41%
G = 26.54%
B = 37.06%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E1A4E5 (or 0xE1A4E5) is known color: Plum. HEX triplet: E1, A4 and E5. RGB value is (225,164,229). Sum of RGB (Red+Green+Blue) = 225+164+229=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 164 (64.45% from 255 or 26.54% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #E1A4E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A4E5 is #1E5B1A. Grayscale: #BDBDBD. Windows color (decimal): -1989403 or 15049953. OLE color: 15049953.

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

Color convert

RGB 225 164 229 -
CMYK 0.02 0.28 0 0.10
HSL 296.31º 0.56% 0.77% -
HSV(B) 296.31º 0.28% 0.9% -
XYZ 58.47 48.22 80.35 -
YUV 189.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 225 164 229 0.02 0.28 0 0.10 296.31 0.56 0.77
Hex E1 A4 E5 2 1C 0 A 128 38 4D
Octal 341 244 345 2 34 0 12 450 70 115
Binary 11100001 10100100 11100101 10 11100 0 1010 100101000 111000 1001101

Color Harmonies of #E1A4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A4E5

Black with #E1A4E5

Text Example


Text Example

White with #E1A4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A4E5; }

 p { color: rgb(225,164,229); }

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

background-color css

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

 a { background-color: rgb(225,164,229); }

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

border-color css

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

 span { border-color: rgb(225,164,229); }

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