Html Css Color HEX #E8ADEC Plum

📋 copy color: '#E8ADEC'

red 232 ◦ green 173 ◦ blue 236

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

Shades of Plum #E8ADEC

Tints of Plum #E8ADEC

RGB

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

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

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

R = 36.19%
G = 26.99%
B = 36.82%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E8ADEC (or 0xE8ADEC) is known color: Plum. HEX triplet: E8, AD and EC. RGB value is (232,173,236). Sum of RGB (Red+Green+Blue) = 232+173+236=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8ADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ADEC is #175213. Grayscale: #C5C5C5. Windows color (decimal): -1528340 or 15511016. OLE color: 15511016.

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

Color convert

RGB 232 173 236 -
CMYK 0.02 0.27 0 0.07
HSL 296.19º 0.62% 0.8% -
HSV(B) 296.19º 0.27% 0.93% -
XYZ 63.36 53.1 86.27 -
YUV 197.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 232 173 236 0.02 0.27 0 0.07 296.19 0.62 0.8
Hex E8 AD EC 2 1B 0 7 128 3E 50
Octal 350 255 354 2 33 0 7 450 76 120
Binary 11101000 10101101 11101100 10 11011 0 111 100101000 111110 1010000

Color Harmonies of #E8ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8ADEC

Black with #E8ADEC

Text Example


Text Example

White with #E8ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8ADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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