Html Css Color HEX #E5A1D8 Plum

📋 copy color: '#E5A1D8'

red 229 ◦ green 161 ◦ blue 216

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

Shades of Plum #E5A1D8

Tints of Plum #E5A1D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.64%

R = 37.79%
G = 26.57%
B = 35.64%

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

#E5A1D8 (or 0xE5A1D8) is known color: Plum. HEX triplet: E5, A1 and D8. RGB value is (229,161,216). Sum of RGB (Red+Green+Blue) = 229+161+216=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1D8 is #1A5E27. Grayscale: #BBBBBB. Windows color (decimal): -1728040 or 14197221. OLE color: 14197221.

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

Color convert

RGB 229 161 216 -
CMYK 0 0.30 0.06 0.10
HSL 311.47º 0.57% 0.76% -
HSV(B) 311.47º 0.3% 0.9% -
XYZ 57.45 47.11 71.03 -
YUV 187.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 229 161 216 0 0.30 0.06 0.10 311.47 0.57 0.76
Hex E5 A1 D8 0 1E 6 A 137 39 4C
Octal 345 241 330 0 36 6 12 467 71 114
Binary 11100101 10100001 11011000 0 11110 110 1010 100110111 111001 1001100

Color Harmonies of #E5A1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A1D8

Black with #E5A1D8

Text Example


Text Example

White with #E5A1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A1D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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