Html Css Color HEX #E0A5DC Plum

📋 copy color: '#E0A5DC'

red 224 ◦ green 165 ◦ blue 220

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

Shades of Plum #E0A5DC

Tints of Plum #E0A5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.09%

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

R = 36.78%
G = 27.09%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0A5DC (or 0xE0A5DC) is known color: Plum. HEX triplet: E0, A5 and DC. RGB value is (224,165,220). Sum of RGB (Red+Green+Blue) = 224+165+220=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A5DC is #1F5A23. Grayscale: #BCBCBC. Windows color (decimal): -2054692 or 14460384. OLE color: 14460384.

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

Color convert

RGB 224 165 220 -
CMYK 0 0.26 0.02 0.12
HSL 304.07º 0.49% 0.76% -
HSV(B) 304.07º 0.26% 0.88% -
XYZ 57.11 47.92 73.95 -
YUV 188.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 224 165 220 0 0.26 0.02 0.12 304.07 0.49 0.76
Hex E0 A5 DC 0 1A 2 C 130 31 4C
Octal 340 245 334 0 32 2 14 460 61 114
Binary 11100000 10100101 11011100 0 11010 10 1100 100110000 110001 1001100

Color Harmonies of #E0A5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A5DC

Black with #E0A5DC

Text Example


Text Example

White with #E0A5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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