Html Css Color HEX #EDA0EF Plum

📋 copy color: '#EDA0EF'

red 237 ◦ green 160 ◦ blue 239

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

Shades of Plum #EDA0EF

Tints of Plum #EDA0EF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.16%

 BLUE value IS 239 (93.75% from 255) = 37.58%

R = 37.26%
G = 25.16%
B = 37.58%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDA0EF (or 0xEDA0EF) is known color: Plum. HEX triplet: ED, A0 and EF. RGB value is (237,160,239). Sum of RGB (Red+Green+Blue) = 237+160+239=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 160 (62.89% from 255 or 25.16% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDA0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0EF is #125F10. Grayscale: #BFBFBF. Windows color (decimal): -1203985 or 15704301. OLE color: 15704301.

HSL color Cylindrical-coordinate representation of color #EDA0EF: hue angle of 298.48º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA0EF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 160 239 -
CMYK 0.01 0.33 0 0.06
HSL 298.48º 0.71% 0.78% -
HSV(B) 298.48º 0.33% 0.94% -
XYZ 63.08 49.38 87.87 -
YUV 192.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 237 160 239 0.01 0.33 0 0.06 298.48 0.71 0.78
Hex ED A0 EF 1 21 0 6 12A 47 4E
Octal 355 240 357 1 41 0 6 452 107 116
Binary 11101101 10100000 11101111 1 100001 0 110 100101010 1000111 1001110

Color Harmonies of #EDA0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA0EF

Black with #EDA0EF

Text Example


Text Example

White with #EDA0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA0EF; }

 p { color: rgb(237,160,239); }

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

background-color css

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

 a { background-color: rgb(237,160,239); }

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

border-color css

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

 span { border-color: rgb(237,160,239); }

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