Html Css Color HEX #EDA5EC Plum

📋 copy color: '#EDA5EC'

red 237 ◦ green 165 ◦ blue 236

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

Shades of Plum #EDA5EC

Tints of Plum #EDA5EC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.86%

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

R = 37.15%
G = 25.86%
B = 36.99%

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

#EDA5EC (or 0xEDA5EC) is known color: Plum. HEX triplet: ED, A5 and EC. RGB value is (237,165,236). Sum of RGB (Red+Green+Blue) = 237+165+236=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA5EC is #125A13. Grayscale: #C2C2C2. Windows color (decimal): -1202708 or 15508973. OLE color: 15508973.

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

Color convert

RGB 237 165 236 -
CMYK 0 0.30 0.00 0.07
HSL 300.83º 0.67% 0.79% -
HSV(B) 300.83º 0.3% 0.93% -
XYZ 63.52 50.97 85.85 -
YUV 194.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 237 165 236 0 0.30 0.00 0.07 300.83 0.67 0.79
Hex ED A5 EC 0 1E 0 7 12D 43 4F
Octal 355 245 354 0 36 0 7 455 103 117
Binary 11101101 10100101 11101100 0 11110 0 111 100101101 1000011 1001111

Color Harmonies of #EDA5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA5EC

Black with #EDA5EC

Text Example


Text Example

White with #EDA5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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