Html Css Color HEX #E6ADEA Plum

📋 copy color: '#E6ADEA'

red 230 ◦ green 173 ◦ blue 234

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

Shades of Plum #E6ADEA

Tints of Plum #E6ADEA

RGB

 RED value IS 230 (90.23% from 255) = 36.11%

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

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

R = 36.11%
G = 27.16%
B = 36.73%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E6ADEA (or 0xE6ADEA) is known color: Plum. HEX triplet: E6, AD and EA. RGB value is (230,173,234). Sum of RGB (Red+Green+Blue) = 230+173+234=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6ADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADEA is #195215. Grayscale: #C4C4C4. Windows color (decimal): -1659414 or 15379942. OLE color: 15379942.

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

Color convert

RGB 230 173 234 -
CMYK 0.02 0.26 0 0.08
HSL 296.07º 0.59% 0.8% -
HSV(B) 296.07º 0.26% 0.92% -
XYZ 62.43 52.65 84.71 -
YUV 197 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 230 173 234 0.02 0.26 0 0.08 296.07 0.59 0.8
Hex E6 AD EA 2 1A 0 8 128 3B 50
Octal 346 255 352 2 32 0 10 450 73 120
Binary 11100110 10101101 11101010 10 11010 0 1000 100101000 111011 1010000

Color Harmonies of #E6ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ADEA

Black with #E6ADEA

Text Example


Text Example

White with #E6ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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