Html Css Color HEX #E1A5DE Plum

📋 copy color: '#E1A5DE'

red 225 ◦ green 165 ◦ blue 222

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

Shades of Plum #E1A5DE

Tints of Plum #E1A5DE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.96%

 BLUE value IS 222 (87.11% from 255) = 36.27%

R = 36.76%
G = 26.96%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1A5DE (or 0xE1A5DE) is known color: Plum. HEX triplet: E1, A5 and DE. RGB value is (225,165,222). Sum of RGB (Red+Green+Blue) = 225+165+222=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A5DE is #1E5A21. Grayscale: #BDBDBD. Windows color (decimal): -1989154 or 14591457. OLE color: 14591457.

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

Color convert

RGB 225 165 222 -
CMYK 0 0.27 0.01 0.12
HSL 303º 0.5% 0.76% -
HSV(B) 303º 0.27% 0.88% -
XYZ 57.69 48.19 75.37 -
YUV 189.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 225 165 222 0 0.27 0.01 0.12 303 0.5 0.76
Hex E1 A5 DE 0 1B 1 C 12F 32 4C
Octal 341 245 336 0 33 1 14 457 62 114
Binary 11100001 10100101 11011110 0 11011 1 1100 100101111 110010 1001100

Color Harmonies of #E1A5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A5DE

Black with #E1A5DE

Text Example


Text Example

White with #E1A5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A5DE; }

 p { color: rgb(225,165,222); }

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

background-color css

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

 a { background-color: rgb(225,165,222); }

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

border-color css

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

 span { border-color: rgb(225,165,222); }

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