Html Css Color HEX #EDA6EB Plum

📋 copy color: '#EDA6EB'

red 237 ◦ green 166 ◦ blue 235

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

Shades of Plum #EDA6EB

Tints of Plum #EDA6EB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.02%

 BLUE value IS 235 (92.19% from 255) = 36.83%

R = 37.15%
G = 26.02%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDA6EB (or 0xEDA6EB) is known color: Plum. HEX triplet: ED, A6 and EB. RGB value is (237,166,235). Sum of RGB (Red+Green+Blue) = 237+166+235=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 166 (65.23% from 255 or 26.02% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA6EB is #125914. Grayscale: #C2C2C2. Windows color (decimal): -1202453 or 15443693. OLE color: 15443693.

HSL color Cylindrical-coordinate representation of color #EDA6EB: hue angle of 301.69º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6EB is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 235 -
CMYK 0 0.30 0.01 0.07
HSL 301.69º 0.66% 0.79% -
HSV(B) 301.69º 0.3% 0.93% -
XYZ 63.56 51.28 85.14 -
YUV 195.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 237 166 235 0 0.30 0.01 0.07 301.69 0.66 0.79
Hex ED A6 EB 0 1E 1 7 12E 42 4F
Octal 355 246 353 0 36 1 7 456 102 117
Binary 11101101 10100110 11101011 0 11110 1 111 100101110 1000010 1001111

Color Harmonies of #EDA6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA6EB

Black with #EDA6EB

Text Example


Text Example

White with #EDA6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA6EB; }

 p { color: rgb(237,166,235); }

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

background-color css

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

 a { background-color: rgb(237,166,235); }

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

border-color css

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

 span { border-color: rgb(237,166,235); }

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