Html Css Color HEX #E0A1E4 Plum

📋 copy color: '#E0A1E4'

red 224 ◦ green 161 ◦ blue 228

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

Shades of Plum #E0A1E4

Tints of Plum #E0A1E4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.26%

 BLUE value IS 228 (89.45% from 255) = 37.19%

R = 36.54%
G = 26.26%
B = 37.19%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E0A1E4 (or 0xE0A1E4) is known color: Plum. HEX triplet: E0, A1 and E4. RGB value is (224,161,228). Sum of RGB (Red+Green+Blue) = 224+161+228=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #E0A1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A1E4 is #1F5E1B. Grayscale: #BBBBBB. Windows color (decimal): -2055708 or 14983648. OLE color: 14983648.

HSL color Cylindrical-coordinate representation of color #E0A1E4: hue angle of 296.42º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0A1E4 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 224 161 228 -
CMYK 0.02 0.29 0 0.11
HSL 296.42º 0.55% 0.76% -
HSV(B) 296.42º 0.29% 0.89% -
XYZ 57.49 46.94 79.43 -
YUV 187.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 224 161 228 0.02 0.29 0 0.11 296.42 0.55 0.76
Hex E0 A1 E4 2 1D 0 B 128 37 4C
Octal 340 241 344 2 35 0 13 450 67 114
Binary 11100000 10100001 11100100 10 11101 0 1011 100101000 110111 1001100

Color Harmonies of #E0A1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A1E4

Black with #E0A1E4

Text Example


Text Example

White with #E0A1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A1E4; }

 p { color: rgb(224,161,228); }

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

background-color css

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

 a { background-color: rgb(224,161,228); }

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

border-color css

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

 span { border-color: rgb(224,161,228); }

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