Html Css Color HEX #EEAAED Plum

📋 copy color: '#EEAAED'

red 238 ◦ green 170 ◦ blue 237

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

Shades of Plum #EEAAED

Tints of Plum #EEAAED

RGB

 RED value IS 238 (93.36% from 255) = 36.9%

 GREEN value IS 170 (66.8% from 255) = 26.36%

 BLUE value IS 237 (92.97% from 255) = 36.74%

R = 36.9%
G = 26.36%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EEAAED (or 0xEEAAED) is known color: Plum. HEX triplet: EE, AA and ED. RGB value is (238,170,237). Sum of RGB (Red+Green+Blue) = 238+170+237=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAED is #115512. Grayscale: #C5C5C5. Windows color (decimal): -1135891 or 15575790. OLE color: 15575790.

HSL color Cylindrical-coordinate representation of color #EEAAED: hue angle of 300.88º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEAAED is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 170 237 -
CMYK 0 0.29 0.00 0.07
HSL 300.88º 0.67% 0.8% -
HSV(B) 300.88º 0.29% 0.93% -
XYZ 64.92 53.04 86.94 -
YUV 197.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 238 170 237 0 0.29 0.00 0.07 300.88 0.67 0.8
Hex EE AA ED 0 1D 0 7 12D 43 50
Octal 356 252 355 0 35 0 7 455 103 120
Binary 11101110 10101010 11101101 0 11101 0 111 100101101 1000011 1010000

Color Harmonies of #EEAAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAAED

Black with #EEAAED

Text Example


Text Example

White with #EEAAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAAED; }

 p { color: rgb(238,170,237); }

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

background-color css

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

 a { background-color: rgb(238,170,237); }

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

border-color css

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

 span { border-color: rgb(238,170,237); }

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