Html Css Color HEX #EDA9EC Plum

📋 copy color: '#EDA9EC'

red 237 ◦ green 169 ◦ blue 236

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

Shades of Plum #EDA9EC

Tints of Plum #EDA9EC

RGB

 RED value IS 237 (92.97% from 255) = 36.92%

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

 BLUE value IS 236 (92.58% from 255) = 36.76%

R = 36.92%
G = 26.32%
B = 36.76%

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

#EDA9EC (or 0xEDA9EC) is known color: Plum. HEX triplet: ED, A9 and EC. RGB value is (237,169,236). Sum of RGB (Red+Green+Blue) = 237+169+236=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 169 (66.41% from 255 or 26.32% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA9EC is #125613. Grayscale: #C4C4C4. Windows color (decimal): -1201684 or 15509997. OLE color: 15509997.

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

Color convert

RGB 237 169 236 -
CMYK 0 0.29 0.00 0.07
HSL 300.88º 0.65% 0.8% -
HSV(B) 300.88º 0.29% 0.93% -
XYZ 64.25 52.44 86.09 -
YUV 196.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 237 169 236 0 0.29 0.00 0.07 300.88 0.65 0.8
Hex ED A9 EC 0 1D 0 7 12D 41 50
Octal 355 251 354 0 35 0 7 455 101 120
Binary 11101101 10101001 11101100 0 11101 0 111 100101101 1000001 1010000

Color Harmonies of #EDA9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9EC

Black with #EDA9EC

Text Example


Text Example

White with #EDA9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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