Html Css Color HEX #E5A5EB Plum

📋 copy color: '#E5A5EB'

red 229 ◦ green 165 ◦ blue 235

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

Shades of Plum #E5A5EB

Tints of Plum #E5A5EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.36%

R = 36.41%
G = 26.23%
B = 37.36%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5A5EB (or 0xE5A5EB) is known color: Plum. HEX triplet: E5, A5 and EB. RGB value is (229,165,235). Sum of RGB (Red+Green+Blue) = 229+165+235=629 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.41% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5A5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A5EB is #1A5A14. Grayscale: #BFBFBF. Windows color (decimal): -1726997 or 15443429. OLE color: 15443429.

HSL color Cylindrical-coordinate representation of color #E5A5EB: hue angle of 294.86º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A5EB is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 165 235 -
CMYK 0.03 0.30 0 0.08
HSL 294.86º 0.64% 0.78% -
HSV(B) 294.86º 0.3% 0.92% -
XYZ 60.76 49.57 84.96 -
YUV 192.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 229 165 235 0.03 0.30 0 0.08 294.86 0.64 0.78
Hex E5 A5 EB 3 1E 0 8 127 40 4E
Octal 345 245 353 3 36 0 10 447 100 116
Binary 11100101 10100101 11101011 11 11110 0 1000 100100111 1000000 1001110

Color Harmonies of #E5A5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A5EB

Black with #E5A5EB

Text Example


Text Example

White with #E5A5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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