Html Css Color HEX #E0ACE1 Plum

📋 copy color: '#E0ACE1'

red 224 ◦ green 172 ◦ blue 225

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

Shades of Plum #E0ACE1

Tints of Plum #E0ACE1

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

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

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

Color convert

RGB 224 172 225 -
CMYK 0.00 0.24 0 0.12
HSL 298.87º 0.47% 0.78% -
HSV(B) 298.87º 0.24% 0.88% -
XYZ 59.08 50.79 77.92 -
YUV 193.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 224 172 225 0.00 0.24 0 0.12 298.87 0.47 0.78
Hex E0 AC E1 0 18 0 C 12B 2F 4E
Octal 340 254 341 0 30 0 14 453 57 116
Binary 11100000 10101100 11100001 0 11000 0 1100 100101011 101111 1001110

Color Harmonies of #E0ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ACE1

Black with #E0ACE1

Text Example


Text Example

White with #E0ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ACE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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