Html Css Color HEX #E1A8EC Plum

📋 copy color: '#E1A8EC'

red 225 ◦ green 168 ◦ blue 236

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

Shades of Plum #E1A8EC

Tints of Plum #E1A8EC

RGB

 RED value IS 225 (88.28% from 255) = 35.77%

 GREEN value IS 168 (66.02% from 255) = 26.71%

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

R = 35.77%
G = 26.71%
B = 37.52%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1A8EC (or 0xE1A8EC) is known color: Plum. HEX triplet: E1, A8 and EC. RGB value is (225,168,236). Sum of RGB (Red+Green+Blue) = 225+168+236=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1A8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A8EC is #1E5713. Grayscale: #C0C0C0. Windows color (decimal): -1988372 or 15509729. OLE color: 15509729.

HSL color Cylindrical-coordinate representation of color #E1A8EC: hue angle of 290.29º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A8EC is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 168 236 -
CMYK 0.05 0.29 0 0.07
HSL 290.29º 0.64% 0.79% -
HSV(B) 290.29º 0.29% 0.93% -
XYZ 60.19 50.07 85.85 -
YUV 192.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 225 168 236 0.05 0.29 0 0.07 290.29 0.64 0.79
Hex E1 A8 EC 5 1D 0 7 122 40 4F
Octal 341 250 354 5 35 0 7 442 100 117
Binary 11100001 10101000 11101100 101 11101 0 111 100100010 1000000 1001111

Color Harmonies of #E1A8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A8EC

Black with #E1A8EC

Text Example


Text Example

White with #E1A8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A8EC; }

 p { color: rgb(225,168,236); }

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

background-color css

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

 a { background-color: rgb(225,168,236); }

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

border-color css

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

 span { border-color: rgb(225,168,236); }

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