Html Css Color HEX #E2ADEC Plum

📋 copy color: '#E2ADEC'

red 226 ◦ green 173 ◦ blue 236

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

Shades of Plum #E2ADEC

Tints of Plum #E2ADEC

RGB

 RED value IS 226 (88.67% from 255) = 35.59%

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

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

R = 35.59%
G = 27.24%
B = 37.17%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2ADEC (or 0xE2ADEC) is known color: Plum. HEX triplet: E2, AD and EC. RGB value is (226,173,236). Sum of RGB (Red+Green+Blue) = 226+173+236=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADEC is #1D5213. Grayscale: #C3C3C3. Windows color (decimal): -1921556 or 15511010. OLE color: 15511010.

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

Color convert

RGB 226 173 236 -
CMYK 0.04 0.27 0 0.07
HSL 290.48º 0.62% 0.8% -
HSV(B) 290.48º 0.27% 0.93% -
XYZ 61.45 52.11 86.18 -
YUV 196.03 150.56 149.38 -
System Red Green Blue C M Y K H S L
Decimal 226 173 236 0.04 0.27 0 0.07 290.48 0.62 0.8
Hex E2 AD EC 4 1B 0 7 122 3E 50
Octal 342 255 354 4 33 0 7 442 76 120
Binary 11100010 10101101 11101100 100 11011 0 111 100100010 111110 1010000

Color Harmonies of #E2ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ADEC

Black with #E2ADEC

Text Example


Text Example

White with #E2ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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