Html Css Color HEX #EAADEA Plum

📋 copy color: '#EAADEA'

red 234 ◦ green 173 ◦ blue 234

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

Shades of Plum #EAADEA

Tints of Plum #EAADEA

RGB

 RED value IS 234 (91.8% from 255) = 36.51%

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

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

R = 36.51%
G = 26.99%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EAADEA (or 0xEAADEA) is known color: Plum. HEX triplet: EA, AD and EA. RGB value is (234,173,234). Sum of RGB (Red+Green+Blue) = 234+173+234=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADEA is #155215. Grayscale: #C6C6C6. Windows color (decimal): -1397270 or 15379946. OLE color: 15379946.

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

Color convert

RGB 234 173 234 -
CMYK 0 0.26 0 0.08
HSL 300º 0.59% 0.8% -
HSV(B) 300º 0.26% 0.92% -
XYZ 63.73 53.32 84.77 -
YUV 198.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 234 173 234 0 0.26 0 0.08 300 0.59 0.8
Hex EA AD EA 0 1A 0 8 12C 3B 50
Octal 352 255 352 0 32 0 10 454 73 120
Binary 11101010 10101101 11101010 0 11010 0 1000 100101100 111011 1010000

Color Harmonies of #EAADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADEA

Black with #EAADEA

Text Example


Text Example

White with #EAADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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