Html Css Color HEX #E3A5DC Plum

📋 copy color: '#E3A5DC'

red 227 ◦ green 165 ◦ blue 220

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

Shades of Plum #E3A5DC

Tints of Plum #E3A5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 37.09%
G = 26.96%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E3A5DC (or 0xE3A5DC) is known color: Plum. HEX triplet: E3, A5 and DC. RGB value is (227,165,220). Sum of RGB (Red+Green+Blue) = 227+165+220=612 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.09% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A5DC is #1C5A23. Grayscale: #BDBDBD. Windows color (decimal): -1858084 or 14460387. OLE color: 14460387.

HSL color Cylindrical-coordinate representation of color #E3A5DC: hue angle of 306.77º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3A5DC is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 165 220 -
CMYK 0 0.27 0.03 0.11
HSL 306.77º 0.53% 0.77% -
HSV(B) 306.77º 0.27% 0.89% -
XYZ 58.05 48.41 73.99 -
YUV 189.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 227 165 220 0 0.27 0.03 0.11 306.77 0.53 0.77
Hex E3 A5 DC 0 1B 3 B 133 35 4D
Octal 343 245 334 0 33 3 13 463 65 115
Binary 11100011 10100101 11011100 0 11011 11 1011 100110011 110101 1001101

Color Harmonies of #E3A5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A5DC

Black with #E3A5DC

Text Example


Text Example

White with #E3A5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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