Html Css Color HEX #EDA3E9 Plum

📋 copy color: '#EDA3E9'

red 237 ◦ green 163 ◦ blue 233

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

Shades of Plum #EDA3E9

Tints of Plum #EDA3E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.81%

R = 37.44%
G = 25.75%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDA3E9 (or 0xEDA3E9) is known color: Plum. HEX triplet: ED, A3 and E9. RGB value is (237,163,233). Sum of RGB (Red+Green+Blue) = 237+163+233=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 163 (64.06% from 255 or 25.75% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3E9 is #125C16. Grayscale: #C0C0C0. Windows color (decimal): -1203223 or 15311853. OLE color: 15311853.

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

Color convert

RGB 237 163 233 -
CMYK 0 0.31 0.02 0.07
HSL 303.24º 0.67% 0.78% -
HSV(B) 303.24º 0.31% 0.93% -
XYZ 62.73 50.08 83.45 -
YUV 193.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 237 163 233 0 0.31 0.02 0.07 303.24 0.67 0.78
Hex ED A3 E9 0 1F 2 7 12F 43 4E
Octal 355 243 351 0 37 2 7 457 103 116
Binary 11101101 10100011 11101001 0 11111 10 111 100101111 1000011 1001110

Color Harmonies of #EDA3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA3E9

Black with #EDA3E9

Text Example


Text Example

White with #EDA3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA3E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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