Html Css Color HEX #E5A5EC Plum

📋 copy color: '#E5A5EC'

red 229 ◦ green 165 ◦ blue 236

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

Shades of Plum #E5A5EC

Tints of Plum #E5A5EC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.19%

 BLUE value IS 236 (92.58% from 255) = 37.46%

R = 36.35%
G = 26.19%
B = 37.46%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E5A5EC (or 0xE5A5EC) is known color: Plum. HEX triplet: E5, A5 and EC. RGB value is (229,165,236). Sum of RGB (Red+Green+Blue) = 229+165+236=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 165 (64.84% from 255 or 26.19% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5A5EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A5EC is #1A5A13. Grayscale: #C0C0C0. Windows color (decimal): -1726996 or 15508965. OLE color: 15508965.

HSL color Cylindrical-coordinate representation of color #E5A5EC: hue angle of 294.08º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A5EC is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 165 236 -
CMYK 0.03 0.30 0 0.07
HSL 294.08º 0.65% 0.79% -
HSV(B) 294.08º 0.3% 0.93% -
XYZ 60.91 49.62 85.73 -
YUV 192.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 229 165 236 0.03 0.30 0 0.07 294.08 0.65 0.79
Hex E5 A5 EC 3 1E 0 7 126 41 4F
Octal 345 245 354 3 36 0 7 446 101 117
Binary 11100101 10100101 11101100 11 11110 0 111 100100110 1000001 1001111

Color Harmonies of #E5A5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A5EC

Black with #E5A5EC

Text Example


Text Example

White with #E5A5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A5EC; }

 p { color: rgb(229,165,236); }

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

background-color css

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

 a { background-color: rgb(229,165,236); }

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

border-color css

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

 span { border-color: rgb(229,165,236); }

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