Html Css Color HEX #E1A6EE Plum

📋 copy color: '#E1A6EE'

red 225 ◦ green 166 ◦ blue 238

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

Shades of Plum #E1A6EE

Tints of Plum #E1A6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.84%

R = 35.77%
G = 26.39%
B = 37.84%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1A6EE (or 0xE1A6EE) is known color: Plum. HEX triplet: E1, A6 and EE. RGB value is (225,166,238). Sum of RGB (Red+Green+Blue) = 225+166+238=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 166 (65.23% from 255 or 26.39% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1A6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A6EE is #1E5911. Grayscale: #BFBFBF. Windows color (decimal): -1988882 or 15640289. OLE color: 15640289.

HSL color Cylindrical-coordinate representation of color #E1A6EE: hue angle of 289.17º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1A6EE is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 166 238 -
CMYK 0.05 0.30 0 0.07
HSL 289.17º 0.68% 0.79% -
HSV(B) 289.17º 0.3% 0.93% -
XYZ 60.12 49.45 87.27 -
YUV 191.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 225 166 238 0.05 0.30 0 0.07 289.17 0.68 0.79
Hex E1 A6 EE 5 1E 0 7 121 44 4F
Octal 341 246 356 5 36 0 7 441 104 117
Binary 11100001 10100110 11101110 101 11110 0 111 100100001 1000100 1001111

Color Harmonies of #E1A6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A6EE

Black with #E1A6EE

Text Example


Text Example

White with #E1A6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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