Html Css Color HEX #E5A2D7 Plum

📋 copy color: '#E5A2D7'

red 229 ◦ green 162 ◦ blue 215

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

Shades of Plum #E5A2D7

Tints of Plum #E5A2D7

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.73%

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

R = 37.79%
G = 26.73%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E5A2D7 (or 0xE5A2D7) is known color: Plum. HEX triplet: E5, A2 and D7. RGB value is (229,162,215). Sum of RGB (Red+Green+Blue) = 229+162+215=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A2D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A2D7 is #1A5D28. Grayscale: #BBBBBB. Windows color (decimal): -1727785 or 14131941. OLE color: 14131941.

HSL color Cylindrical-coordinate representation of color #E5A2D7: hue angle of 312.54º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A2D7 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 162 215 -
CMYK 0 0.29 0.06 0.10
HSL 312.54º 0.56% 0.77% -
HSV(B) 312.54º 0.29% 0.9% -
XYZ 57.5 47.4 70.41 -
YUV 188.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 229 162 215 0 0.29 0.06 0.10 312.54 0.56 0.77
Hex E5 A2 D7 0 1D 6 A 139 38 4D
Octal 345 242 327 0 35 6 12 471 70 115
Binary 11100101 10100010 11010111 0 11101 110 1010 100111001 111000 1001101

Color Harmonies of #E5A2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A2D7

Black with #E5A2D7

Text Example


Text Example

White with #E5A2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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