Html Css Color HEX #E1A6D8 Plum

📋 copy color: '#E1A6D8'

red 225 ◦ green 166 ◦ blue 216

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

Shades of Plum #E1A6D8

Tints of Plum #E1A6D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.58%

R = 37.07%
G = 27.35%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E1A6D8 (or 0xE1A6D8) is known color: Plum. HEX triplet: E1, A6 and D8. RGB value is (225,166,216). Sum of RGB (Red+Green+Blue) = 225+166+216=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6D8 is #1E5927. Grayscale: #BDBDBD. Windows color (decimal): -1988904 or 14198497. OLE color: 14198497.

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

Color convert

RGB 225 166 216 -
CMYK 0 0.26 0.04 0.12
HSL 309.15º 0.5% 0.77% -
HSV(B) 309.15º 0.26% 0.88% -
XYZ 57.08 48.24 71.27 -
YUV 189.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 225 166 216 0 0.26 0.04 0.12 309.15 0.5 0.77
Hex E1 A6 D8 0 1A 4 C 135 32 4D
Octal 341 246 330 0 32 4 14 465 62 115
Binary 11100001 10100110 11011000 0 11010 100 1100 100110101 110010 1001101

Color Harmonies of #E1A6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A6D8

Black with #E1A6D8

Text Example


Text Example

White with #E1A6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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