Html Css Color HEX #EDA6EC Plum

📋 copy color: '#EDA6EC'

red 237 ◦ green 166 ◦ blue 236

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

Shades of Plum #EDA6EC

Tints of Plum #EDA6EC

RGB

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

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

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

R = 37.09%
G = 25.98%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDA6EC (or 0xEDA6EC) is known color: Plum. HEX triplet: ED, A6 and EC. RGB value is (237,166,236). Sum of RGB (Red+Green+Blue) = 237+166+236=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 166 (65.23% from 255 or 25.98% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA6EC is #125913. Grayscale: #C3C3C3. Windows color (decimal): -1202452 or 15509229. OLE color: 15509229.

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

Color convert

RGB 237 166 236 -
CMYK 0 0.30 0.00 0.07
HSL 300.85º 0.66% 0.79% -
HSV(B) 300.85º 0.3% 0.93% -
XYZ 63.7 51.33 85.91 -
YUV 195.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 237 166 236 0 0.30 0.00 0.07 300.85 0.66 0.79
Hex ED A6 EC 0 1E 0 7 12D 42 4F
Octal 355 246 354 0 36 0 7 455 102 117
Binary 11101101 10100110 11101100 0 11110 0 111 100101101 1000010 1001111

Color Harmonies of #EDA6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA6EC

Black with #EDA6EC

Text Example


Text Example

White with #EDA6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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