Html Css Color HEX #E8A5EC Plum

📋 copy color: '#E8A5EC'

red 232 ◦ green 165 ◦ blue 236

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

Shades of Plum #E8A5EC

Tints of Plum #E8A5EC

RGB

 RED value IS 232 (91.02% from 255) = 36.65%

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

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

R = 36.65%
G = 26.07%
B = 37.28%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E8A5EC (or 0xE8A5EC) is known color: Plum. HEX triplet: E8, A5 and EC. RGB value is (232,165,236). Sum of RGB (Red+Green+Blue) = 232+165+236=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8A5EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A5EC is #175A13. Grayscale: #C0C0C0. Windows color (decimal): -1530388 or 15508968. OLE color: 15508968.

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

Color convert

RGB 232 165 236 -
CMYK 0.02 0.30 0 0.07
HSL 296.62º 0.65% 0.79% -
HSV(B) 296.62º 0.3% 0.93% -
XYZ 61.87 50.12 85.77 -
YUV 193.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 232 165 236 0.02 0.30 0 0.07 296.62 0.65 0.79
Hex E8 A5 EC 2 1E 0 7 129 41 4F
Octal 350 245 354 2 36 0 7 451 101 117
Binary 11101000 10100101 11101100 10 11110 0 111 100101001 1000001 1001111

Color Harmonies of #E8A5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A5EC

Black with #E8A5EC

Text Example


Text Example

White with #E8A5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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