Html Css Color HEX #E0A6E1 Plum

📋 copy color: '#E0A6E1'

red 224 ◦ green 166 ◦ blue 225

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

Shades of Plum #E0A6E1

Tints of Plum #E0A6E1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.99%

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

R = 36.42%
G = 26.99%
B = 36.59%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E0A6E1 (or 0xE0A6E1) is known color: Plum. HEX triplet: E0, A6 and E1. RGB value is (224,166,225). Sum of RGB (Red+Green+Blue) = 224+166+225=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #E0A6E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A6E1 is #1F591E. Grayscale: #BDBDBD. Windows color (decimal): -2054431 or 14788320. OLE color: 14788320.

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

Color convert

RGB 224 166 225 -
CMYK 0.00 0.26 0 0.12
HSL 298.98º 0.5% 0.77% -
HSV(B) 298.98º 0.26% 0.88% -
XYZ 57.97 48.56 77.55 -
YUV 190.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 224 166 225 0.00 0.26 0 0.12 298.98 0.5 0.77
Hex E0 A6 E1 0 1A 0 C 12B 32 4D
Octal 340 246 341 0 32 0 14 453 62 115
Binary 11100000 10100110 11100001 0 11010 0 1100 100101011 110010 1001101

Color Harmonies of #E0A6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A6E1

Black with #E0A6E1

Text Example


Text Example

White with #E0A6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A6E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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