Html Css Color HEX #EDA3ED Plum

📋 copy color: '#EDA3ED'

red 237 ◦ green 163 ◦ blue 237

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

Shades of Plum #EDA3ED

Tints of Plum #EDA3ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.21%

R = 37.21%
G = 25.59%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDA3ED (or 0xEDA3ED) is known color: Plum. HEX triplet: ED, A3 and ED. RGB value is (237,163,237). Sum of RGB (Red+Green+Blue) = 237+163+237=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDA3ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3ED is #125C12. Grayscale: #C1C1C1. Windows color (decimal): -1203219 or 15573997. OLE color: 15573997.

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

Color convert

RGB 237 163 237 -
CMYK 0 0.31 0 0.07
HSL 300º 0.67% 0.78% -
HSV(B) 300º 0.31% 0.93% -
XYZ 63.31 50.31 86.5 -
YUV 193.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 237 163 237 0 0.31 0 0.07 300 0.67 0.78
Hex ED A3 ED 0 1F 0 7 12C 43 4E
Octal 355 243 355 0 37 0 7 454 103 116
Binary 11101101 10100011 11101101 0 11111 0 111 100101100 1000011 1001110

Color Harmonies of #EDA3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA3ED

Black with #EDA3ED

Text Example


Text Example

White with #EDA3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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