Html Css Color HEX #E1A8DD Plum

📋 copy color: '#E1A8DD'

red 225 ◦ green 168 ◦ blue 221

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

Shades of Plum #E1A8DD

Tints of Plum #E1A8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.99%

R = 36.64%
G = 27.36%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E1A8DD (or 0xE1A8DD) is known color: Plum. HEX triplet: E1, A8 and DD. RGB value is (225,168,221). Sum of RGB (Red+Green+Blue) = 225+168+221=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8DD is #1E5722. Grayscale: #BEBEBE. Windows color (decimal): -1988387 or 14526689. OLE color: 14526689.

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

Color convert

RGB 225 168 221 -
CMYK 0 0.25 0.02 0.12
HSL 304.21º 0.49% 0.77% -
HSV(B) 304.21º 0.25% 0.88% -
XYZ 58.11 49.23 74.85 -
YUV 191.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 225 168 221 0 0.25 0.02 0.12 304.21 0.49 0.77
Hex E1 A8 DD 0 19 2 C 130 31 4D
Octal 341 250 335 0 31 2 14 460 61 115
Binary 11100001 10101000 11011101 0 11001 10 1100 100110000 110001 1001101

Color Harmonies of #E1A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A8DD

Black with #E1A8DD

Text Example


Text Example

White with #E1A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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