Html Css Color HEX #E1ADEC Plum

📋 copy color: '#E1ADEC'

red 225 ◦ green 173 ◦ blue 236

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

Shades of Plum #E1ADEC

Tints of Plum #E1ADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.29%

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

R = 35.49%
G = 27.29%
B = 37.22%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1ADEC (or 0xE1ADEC) is known color: Plum. HEX triplet: E1, AD and EC. RGB value is (225,173,236). Sum of RGB (Red+Green+Blue) = 225+173+236=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADEC is #1E5213. Grayscale: #C3C3C3. Windows color (decimal): -1987092 or 15511009. OLE color: 15511009.

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

Color convert

RGB 225 173 236 -
CMYK 0.05 0.27 0 0.07
HSL 289.52º 0.62% 0.8% -
HSV(B) 289.52º 0.27% 0.93% -
XYZ 61.14 51.95 86.16 -
YUV 195.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 225 173 236 0.05 0.27 0 0.07 289.52 0.62 0.8
Hex E1 AD EC 5 1B 0 7 122 3E 50
Octal 341 255 354 5 33 0 7 442 76 120
Binary 11100001 10101101 11101100 101 11011 0 111 100100010 111110 1010000

Color Harmonies of #E1ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ADEC

Black with #E1ADEC

Text Example


Text Example

White with #E1ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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