Html Css Color HEX #E7ADEA Plum

📋 copy color: '#E7ADEA'

red 231 ◦ green 173 ◦ blue 234

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

Shades of Plum #E7ADEA

Tints of Plum #E7ADEA

RGB

 RED value IS 231 (90.63% from 255) = 36.21%

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

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

R = 36.21%
G = 27.12%
B = 36.68%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E7ADEA (or 0xE7ADEA) is known color: Plum. HEX triplet: E7, AD and EA. RGB value is (231,173,234). Sum of RGB (Red+Green+Blue) = 231+173+234=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7ADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADEA is #185215. Grayscale: #C5C5C5. Windows color (decimal): -1593878 or 15379943. OLE color: 15379943.

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

Color convert

RGB 231 173 234 -
CMYK 0.01 0.26 0 0.08
HSL 297.05º 0.59% 0.8% -
HSV(B) 297.05º 0.26% 0.92% -
XYZ 62.75 52.82 84.73 -
YUV 197.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 231 173 234 0.01 0.26 0 0.08 297.05 0.59 0.8
Hex E7 AD EA 1 1A 0 8 129 3B 50
Octal 347 255 352 1 32 0 10 451 73 120
Binary 11100111 10101101 11101010 1 11010 0 1000 100101001 111011 1010000

Color Harmonies of #E7ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7ADEA

Black with #E7ADEA

Text Example


Text Example

White with #E7ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7ADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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