Html Css Color HEX #E1ACDE Plum

📋 copy color: '#E1ACDE'

red 225 ◦ green 172 ◦ blue 222

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

Shades of Plum #E1ACDE

Tints of Plum #E1ACDE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.79%

 BLUE value IS 222 (87.11% from 255) = 35.86%

R = 36.35%
G = 27.79%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1ACDE (or 0xE1ACDE) is known color: Plum. HEX triplet: E1, AC and DE. RGB value is (225,172,222). Sum of RGB (Red+Green+Blue) = 225+172+222=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACDE is #1E5321. Grayscale: #C1C1C1. Windows color (decimal): -1987362 or 14593249. OLE color: 14593249.

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

Color convert

RGB 225 172 222 -
CMYK 0 0.24 0.01 0.12
HSL 303.4º 0.47% 0.78% -
HSV(B) 303.4º 0.24% 0.88% -
XYZ 58.99 50.79 75.8 -
YUV 193.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 225 172 222 0 0.24 0.01 0.12 303.4 0.47 0.78
Hex E1 AC DE 0 18 1 C 12F 2F 4E
Octal 341 254 336 0 30 1 14 457 57 116
Binary 11100001 10101100 11011110 0 11000 1 1100 100101111 101111 1001110

Color Harmonies of #E1ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ACDE

Black with #E1ACDE

Text Example


Text Example

White with #E1ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ACDE; }

 p { color: rgb(225,172,222); }

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

background-color css

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

 a { background-color: rgb(225,172,222); }

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

border-color css

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

 span { border-color: rgb(225,172,222); }

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