Html Css Color HEX #E2ADEA Plum

📋 copy color: '#E2ADEA'

red 226 ◦ green 173 ◦ blue 234

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

Shades of Plum #E2ADEA

Tints of Plum #E2ADEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.97%

R = 35.7%
G = 27.33%
B = 36.97%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2ADEA (or 0xE2ADEA) is known color: Plum. HEX triplet: E2, AD and EA. RGB value is (226,173,234). Sum of RGB (Red+Green+Blue) = 226+173+234=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADEA is #1D5215. Grayscale: #C3C3C3. Windows color (decimal): -1921558 or 15379938. OLE color: 15379938.

HSL color Cylindrical-coordinate representation of color #E2ADEA: hue angle of 292.13º degrees, saturation: 0.59, 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 #E2ADEA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 173 234 -
CMYK 0.03 0.26 0 0.08
HSL 292.13º 0.59% 0.8% -
HSV(B) 292.13º 0.26% 0.92% -
XYZ 61.16 52 84.65 -
YUV 195.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 226 173 234 0.03 0.26 0 0.08 292.13 0.59 0.8
Hex E2 AD EA 3 1A 0 8 124 3B 50
Octal 342 255 352 3 32 0 10 444 73 120
Binary 11100010 10101101 11101010 11 11010 0 1000 100100100 111011 1010000

Color Harmonies of #E2ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ADEA

Black with #E2ADEA

Text Example


Text Example

White with #E2ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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