Html Css Color HEX #E0A3DC Plum

📋 copy color: '#E0A3DC'

red 224 ◦ green 163 ◦ blue 220

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

Shades of Plum #E0A3DC

Tints of Plum #E0A3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.85%

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 36.9%
G = 26.85%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0A3DC (or 0xE0A3DC) is known color: Plum. HEX triplet: E0, A3 and DC. RGB value is (224,163,220). Sum of RGB (Red+Green+Blue) = 224+163+220=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A3DC is #1F5C23. Grayscale: #BBBBBB. Windows color (decimal): -2055204 or 14459872. OLE color: 14459872.

HSL color Cylindrical-coordinate representation of color #E0A3DC: hue angle of 303.93º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0A3DC is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 163 220 -
CMYK 0 0.27 0.02 0.12
HSL 303.93º 0.5% 0.76% -
HSV(B) 303.93º 0.27% 0.88% -
XYZ 56.76 47.21 73.83 -
YUV 187.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 224 163 220 0 0.27 0.02 0.12 303.93 0.5 0.76
Hex E0 A3 DC 0 1B 2 C 130 32 4C
Octal 340 243 334 0 33 2 14 460 62 114
Binary 11100000 10100011 11011100 0 11011 10 1100 100110000 110010 1001100

Color Harmonies of #E0A3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A3DC

Black with #E0A3DC

Text Example


Text Example

White with #E0A3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A3DC; }

 p { color: rgb(224,163,220); }

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

background-color css

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

 a { background-color: rgb(224,163,220); }

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

border-color css

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

 span { border-color: rgb(224,163,220); }

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