Html Css Color HEX #E5A1E0 Plum

📋 copy color: '#E5A1E0'

red 229 ◦ green 161 ◦ blue 224

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

Shades of Plum #E5A1E0

Tints of Plum #E5A1E0

RGB

 RED value IS 229 (89.84% from 255) = 37.3%

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

 BLUE value IS 224 (87.89% from 255) = 36.48%

R = 37.3%
G = 26.22%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E5A1E0 (or 0xE5A1E0) is known color: Plum. HEX triplet: E5, A1 and E0. RGB value is (229,161,224). Sum of RGB (Red+Green+Blue) = 229+161+224=614 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.30% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1E0 is #1A5E1F. Grayscale: #BCBCBC. Windows color (decimal): -1728032 or 14721509. OLE color: 14721509.

HSL color Cylindrical-coordinate representation of color #E5A1E0: hue angle of 304.41º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A1E0 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 161 224 -
CMYK 0 0.30 0.02 0.10
HSL 304.41º 0.57% 0.76% -
HSV(B) 304.41º 0.3% 0.9% -
XYZ 58.51 47.53 76.61 -
YUV 188.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 229 161 224 0 0.30 0.02 0.10 304.41 0.57 0.76
Hex E5 A1 E0 0 1E 2 A 130 39 4C
Octal 345 241 340 0 36 2 12 460 71 114
Binary 11100101 10100001 11100000 0 11110 10 1010 100110000 111001 1001100

Color Harmonies of #E5A1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A1E0

Black with #E5A1E0

Text Example


Text Example

White with #E5A1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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