Html Css Color HEX #E5A1DF Plum

📋 copy color: '#E5A1DF'

red 229 ◦ green 161 ◦ blue 223

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

Shades of Plum #E5A1DF

Tints of Plum #E5A1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 37.36%
G = 26.26%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E5A1DF (or 0xE5A1DF) is known color: Plum. HEX triplet: E5, A1 and DF. RGB value is (229,161,223). Sum of RGB (Red+Green+Blue) = 229+161+223=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1DF is #1A5E20. Grayscale: #BCBCBC. Windows color (decimal): -1728033 or 14655973. OLE color: 14655973.

HSL color Cylindrical-coordinate representation of color #E5A1DF: hue angle of 305.29º 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 #E5A1DF is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 161 223 -
CMYK 0 0.30 0.03 0.10
HSL 305.29º 0.57% 0.76% -
HSV(B) 305.29º 0.3% 0.9% -
XYZ 58.38 47.48 75.9 -
YUV 188.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 229 161 223 0 0.30 0.03 0.10 305.29 0.57 0.76
Hex E5 A1 DF 0 1E 3 A 131 39 4C
Octal 345 241 337 0 36 3 12 461 71 114
Binary 11100101 10100001 11011111 0 11110 11 1010 100110001 111001 1001100

Color Harmonies of #E5A1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A1DF

Black with #E5A1DF

Text Example


Text Example

White with #E5A1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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