Html Css Color HEX #E1A6DA Plum

📋 copy color: '#E1A6DA'

red 225 ◦ green 166 ◦ blue 218

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

Shades of Plum #E1A6DA

Tints of Plum #E1A6DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.8%

R = 36.95%
G = 27.26%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1A6DA (or 0xE1A6DA) is known color: Plum. HEX triplet: E1, A6 and DA. RGB value is (225,166,218). Sum of RGB (Red+Green+Blue) = 225+166+218=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6DA is #1E5925. Grayscale: #BDBDBD. Windows color (decimal): -1988902 or 14329569. OLE color: 14329569.

HSL color Cylindrical-coordinate representation of color #E1A6DA: hue angle of 307.12º 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 #E1A6DA is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 166 218 -
CMYK 0 0.26 0.03 0.12
HSL 307.12º 0.5% 0.77% -
HSV(B) 307.12º 0.26% 0.88% -
XYZ 57.34 48.34 72.64 -
YUV 189.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 225 166 218 0 0.26 0.03 0.12 307.12 0.5 0.77
Hex E1 A6 DA 0 1A 3 C 133 32 4D
Octal 341 246 332 0 32 3 14 463 62 115
Binary 11100001 10100110 11011010 0 11010 11 1100 100110011 110010 1001101

Color Harmonies of #E1A6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A6DA

Black with #E1A6DA

Text Example


Text Example

White with #E1A6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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