Html Css Color HEX #EEA9ED Plum

📋 copy color: '#EEA9ED'

red 238 ◦ green 169 ◦ blue 237

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

Shades of Plum #EEA9ED

Tints of Plum #EEA9ED

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.24%

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

R = 36.96%
G = 26.24%
B = 36.8%

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

#EEA9ED (or 0xEEA9ED) is known color: Plum. HEX triplet: EE, A9 and ED. RGB value is (238,169,237). Sum of RGB (Red+Green+Blue) = 238+169+237=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA9ED is #115612. Grayscale: #C5C5C5. Windows color (decimal): -1136147 or 15575534. OLE color: 15575534.

HSL color Cylindrical-coordinate representation of color #EEA9ED: hue angle of 300.87º 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 #EEA9ED is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 169 237 -
CMYK 0 0.29 0.00 0.07
HSL 300.87º 0.67% 0.8% -
HSV(B) 300.87º 0.29% 0.93% -
XYZ 64.73 52.67 86.87 -
YUV 197.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 238 169 237 0 0.29 0.00 0.07 300.87 0.67 0.8
Hex EE A9 ED 0 1D 0 7 12D 43 50
Octal 356 251 355 0 35 0 7 455 103 120
Binary 11101110 10101001 11101101 0 11101 0 111 100101101 1000011 1010000

Color Harmonies of #EEA9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA9ED

Black with #EEA9ED

Text Example


Text Example

White with #EEA9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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