Html Css Color HEX #E5A1D7 Plum

📋 copy color: '#E5A1D7'

red 229 ◦ green 161 ◦ blue 215

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

Shades of Plum #E5A1D7

Tints of Plum #E5A1D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.54%

R = 37.85%
G = 26.61%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E5A1D7 (or 0xE5A1D7) is known color: Plum. HEX triplet: E5, A1 and D7. RGB value is (229,161,215). Sum of RGB (Red+Green+Blue) = 229+161+215=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1D7 is #1A5E28. Grayscale: #BBBBBB. Windows color (decimal): -1728041 or 14131685. OLE color: 14131685.

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

Color convert

RGB 229 161 215 -
CMYK 0 0.30 0.06 0.10
HSL 312.35º 0.57% 0.76% -
HSV(B) 312.35º 0.3% 0.9% -
XYZ 57.32 47.05 70.35 -
YUV 187.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 229 161 215 0 0.30 0.06 0.10 312.35 0.57 0.76
Hex E5 A1 D7 0 1E 6 A 138 39 4C
Octal 345 241 327 0 36 6 12 470 71 114
Binary 11100101 10100001 11010111 0 11110 110 1010 100111000 111001 1001100

Color Harmonies of #E5A1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A1D7

Black with #E5A1D7

Text Example


Text Example

White with #E5A1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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