Html Css Color HEX #EDA3EC Plum

📋 copy color: '#EDA3EC'

red 237 ◦ green 163 ◦ blue 236

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

Shades of Plum #EDA3EC

Tints of Plum #EDA3EC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.63%

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

R = 37.26%
G = 25.63%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDA3EC (or 0xEDA3EC) is known color: Plum. HEX triplet: ED, A3 and EC. RGB value is (237,163,236). Sum of RGB (Red+Green+Blue) = 237+163+236=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 163 (64.06% from 255 or 25.63% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3EC is #125C13. Grayscale: #C1C1C1. Windows color (decimal): -1203220 or 15508461. OLE color: 15508461.

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

Color convert

RGB 237 163 236 -
CMYK 0 0.31 0.00 0.07
HSL 300.81º 0.67% 0.78% -
HSV(B) 300.81º 0.31% 0.93% -
XYZ 63.16 50.26 85.73 -
YUV 193.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 237 163 236 0 0.31 0.00 0.07 300.81 0.67 0.78
Hex ED A3 EC 0 1F 0 7 12D 43 4E
Octal 355 243 354 0 37 0 7 455 103 116
Binary 11101101 10100011 11101100 0 11111 0 111 100101101 1000011 1001110

Color Harmonies of #EDA3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA3EC

Black with #EDA3EC

Text Example


Text Example

White with #EDA3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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