Html Css Color HEX #EDA0EC Plum

📋 copy color: '#EDA0EC'

red 237 ◦ green 160 ◦ blue 236

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

Shades of Plum #EDA0EC

Tints of Plum #EDA0EC

RGB

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

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

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

R = 37.44%
G = 25.28%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDA0EC (or 0xEDA0EC) is known color: Plum. HEX triplet: ED, A0 and EC. RGB value is (237,160,236). Sum of RGB (Red+Green+Blue) = 237+160+236=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0EC is #125F13. Grayscale: #BFBFBF. Windows color (decimal): -1203988 or 15507693. OLE color: 15507693.

HSL color Cylindrical-coordinate representation of color #EDA0EC: hue angle of 300.78º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA0EC is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 160 236 -
CMYK 0 0.32 0.00 0.07
HSL 300.78º 0.68% 0.78% -
HSV(B) 300.78º 0.32% 0.93% -
XYZ 62.64 49.2 85.55 -
YUV 191.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 237 160 236 0 0.32 0.00 0.07 300.78 0.68 0.78
Hex ED A0 EC 0 20 0 7 12D 44 4E
Octal 355 240 354 0 40 0 7 455 104 116
Binary 11101101 10100000 11101100 0 100000 0 111 100101101 1000100 1001110

Color Harmonies of #EDA0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA0EC

Black with #EDA0EC

Text Example


Text Example

White with #EDA0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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