Html Css Color HEX #E1ACE0 Plum

📋 copy color: '#E1ACE0'

red 225 ◦ green 172 ◦ blue 224

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

Shades of Plum #E1ACE0

Tints of Plum #E1ACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.07%

R = 36.23%
G = 27.7%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E1ACE0 (or 0xE1ACE0) is known color: Plum. HEX triplet: E1, AC and E0. RGB value is (225,172,224). Sum of RGB (Red+Green+Blue) = 225+172+224=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACE0 is #1E531F. Grayscale: #C1C1C1. Windows color (decimal): -1987360 or 14724321. OLE color: 14724321.

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

Color convert

RGB 225 172 224 -
CMYK 0 0.24 0.00 0.12
HSL 301.13º 0.47% 0.78% -
HSV(B) 301.13º 0.24% 0.88% -
XYZ 59.26 50.89 77.22 -
YUV 193.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 225 172 224 0 0.24 0.00 0.12 301.13 0.47 0.78
Hex E1 AC E0 0 18 0 C 12D 2F 4E
Octal 341 254 340 0 30 0 14 455 57 116
Binary 11100001 10101100 11100000 0 11000 0 1100 100101101 101111 1001110

Color Harmonies of #E1ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ACE0

Black with #E1ACE0

Text Example


Text Example

White with #E1ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ACE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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