Html Css Color HEX #E1A8DF Plum

📋 copy color: '#E1A8DF'

red 225 ◦ green 168 ◦ blue 223

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

Shades of Plum #E1A8DF

Tints of Plum #E1A8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.27%

 BLUE value IS 223 (87.5% from 255) = 36.2%

R = 36.53%
G = 27.27%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1A8DF (or 0xE1A8DF) is known color: Plum. HEX triplet: E1, A8 and DF. RGB value is (225,168,223). Sum of RGB (Red+Green+Blue) = 225+168+223=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8DF is #1E5720. Grayscale: #BFBFBF. Windows color (decimal): -1988385 or 14657761. OLE color: 14657761.

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

Color convert

RGB 225 168 223 -
CMYK 0 0.25 0.01 0.12
HSL 302.11º 0.49% 0.77% -
HSV(B) 302.11º 0.25% 0.88% -
XYZ 58.37 49.34 76.26 -
YUV 191.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 225 168 223 0 0.25 0.01 0.12 302.11 0.49 0.77
Hex E1 A8 DF 0 19 1 C 12E 31 4D
Octal 341 250 337 0 31 1 14 456 61 115
Binary 11100001 10101000 11011111 0 11001 1 1100 100101110 110001 1001101

Color Harmonies of #E1A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A8DF

Black with #E1A8DF

Text Example


Text Example

White with #E1A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A8DF; }

 p { color: rgb(225,168,223); }

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

background-color css

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

 a { background-color: rgb(225,168,223); }

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

border-color css

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

 span { border-color: rgb(225,168,223); }

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