Html Css Color HEX #E3A5ED Plum

📋 copy color: '#E3A5ED'

red 227 ◦ green 165 ◦ blue 237

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

Shades of Plum #E3A5ED

Tints of Plum #E3A5ED

RGB

 RED value IS 227 (89.06% from 255) = 36.09%

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

 BLUE value IS 237 (92.97% from 255) = 37.68%

R = 36.09%
G = 26.23%
B = 37.68%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E3A5ED (or 0xE3A5ED) is known color: Plum. HEX triplet: E3, A5 and ED. RGB value is (227,165,237). Sum of RGB (Red+Green+Blue) = 227+165+237=629 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.09% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3A5ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A5ED is #1C5A12. Grayscale: #BFBFBF. Windows color (decimal): -1858067 or 15574499. OLE color: 15574499.

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

Color convert

RGB 227 165 237 -
CMYK 0.04 0.30 0 0.07
HSL 291.67º 0.67% 0.79% -
HSV(B) 291.67º 0.3% 0.93% -
XYZ 60.42 49.36 86.46 -
YUV 191.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 227 165 237 0.04 0.30 0 0.07 291.67 0.67 0.79
Hex E3 A5 ED 4 1E 0 7 124 43 4F
Octal 343 245 355 4 36 0 7 444 103 117
Binary 11100011 10100101 11101101 100 11110 0 111 100100100 1000011 1001111

Color Harmonies of #E3A5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A5ED

Black with #E3A5ED

Text Example


Text Example

White with #E3A5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A5ED; }

 p { color: rgb(227,165,237); }

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

background-color css

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

 a { background-color: rgb(227,165,237); }

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

border-color css

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

 span { border-color: rgb(227,165,237); }

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