Html Css Color HEX #E0ADEB Plum

📋 copy color: '#E0ADEB'

red 224 ◦ green 173 ◦ blue 235

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

Shades of Plum #E0ADEB

Tints of Plum #E0ADEB

RGB

 RED value IS 224 (87.89% from 255) = 35.44%

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

 BLUE value IS 235 (92.19% from 255) = 37.18%

R = 35.44%
G = 27.37%
B = 37.18%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0ADEB (or 0xE0ADEB) is known color: Plum. HEX triplet: E0, AD and EB. RGB value is (224,173,235). Sum of RGB (Red+Green+Blue) = 224+173+235=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADEB is #1F5214. Grayscale: #C3C3C3. Windows color (decimal): -2052629 or 15445472. OLE color: 15445472.

HSL color Cylindrical-coordinate representation of color #E0ADEB: hue angle of 289.35º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0ADEB is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 173 235 -
CMYK 0.05 0.26 0 0.08
HSL 289.35º 0.61% 0.8% -
HSV(B) 289.35º 0.26% 0.92% -
XYZ 60.68 51.73 85.38 -
YUV 195.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 224 173 235 0.05 0.26 0 0.08 289.35 0.61 0.8
Hex E0 AD EB 5 1A 0 8 121 3D 50
Octal 340 255 353 5 32 0 10 441 75 120
Binary 11100000 10101101 11101011 101 11010 0 1000 100100001 111101 1010000

Color Harmonies of #E0ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ADEB

Black with #E0ADEB

Text Example


Text Example

White with #E0ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ADEB; }

 p { color: rgb(224,173,235); }

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

background-color css

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

 a { background-color: rgb(224,173,235); }

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

border-color css

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

 span { border-color: rgb(224,173,235); }

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