Html Css Color HEX #E1A6DE Plum

📋 copy color: '#E1A6DE'

red 225 ◦ green 166 ◦ blue 222

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

Shades of Plum #E1A6DE

Tints of Plum #E1A6DE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.08%

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

R = 36.7%
G = 27.08%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1A6DE (or 0xE1A6DE) is known color: Plum. HEX triplet: E1, A6 and DE. RGB value is (225,166,222). Sum of RGB (Red+Green+Blue) = 225+166+222=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6DE is #1E5921. Grayscale: #BDBDBD. Windows color (decimal): -1988898 or 14591713. OLE color: 14591713.

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

Color convert

RGB 225 166 222 -
CMYK 0 0.26 0.01 0.12
HSL 303.05º 0.5% 0.77% -
HSV(B) 303.05º 0.26% 0.88% -
XYZ 57.87 48.55 75.43 -
YUV 190.03 146.05 152.95 -
System Red Green Blue C M Y K H S L
Decimal 225 166 222 0 0.26 0.01 0.12 303.05 0.5 0.77
Hex E1 A6 DE 0 1A 1 C 12F 32 4D
Octal 341 246 336 0 32 1 14 457 62 115
Binary 11100001 10100110 11011110 0 11010 1 1100 100101111 110010 1001101

Color Harmonies of #E1A6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A6DE

Black with #E1A6DE

Text Example


Text Example

White with #E1A6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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