Html Css Color HEX #E5A1D6 Plum

📋 copy color: '#E5A1D6'

red 229 ◦ green 161 ◦ blue 214

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

Shades of Plum #E5A1D6

Tints of Plum #E5A1D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.43%

R = 37.91%
G = 26.66%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E5A1D6 (or 0xE5A1D6) is known color: Plum. HEX triplet: E5, A1 and D6. RGB value is (229,161,214). Sum of RGB (Red+Green+Blue) = 229+161+214=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1D6 is #1A5E29. Grayscale: #BBBBBB. Windows color (decimal): -1728042 or 14066149. OLE color: 14066149.

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

Color convert

RGB 229 161 214 -
CMYK 0 0.30 0.07 0.10
HSL 313.24º 0.57% 0.76% -
HSV(B) 313.24º 0.3% 0.9% -
XYZ 57.2 47 69.68 -
YUV 187.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 229 161 214 0 0.30 0.07 0.10 313.24 0.57 0.76
Hex E5 A1 D6 0 1E 7 A 139 39 4C
Octal 345 241 326 0 36 7 12 471 71 114
Binary 11100101 10100001 11010110 0 11110 111 1010 100111001 111001 1001100

Color Harmonies of #E5A1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A1D6

Black with #E5A1D6

Text Example


Text Example

White with #E5A1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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