Html Css Color HEX #EDA0ED Plum

📋 copy color: '#EDA0ED'

red 237 ◦ green 160 ◦ blue 237

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

Shades of Plum #EDA0ED

Tints of Plum #EDA0ED

RGB

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

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

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

R = 37.38%
G = 25.24%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDA0ED (or 0xEDA0ED) is known color: Plum. HEX triplet: ED, A0 and ED. RGB value is (237,160,237). Sum of RGB (Red+Green+Blue) = 237+160+237=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDA0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0ED is #125F12. Grayscale: #BFBFBF. Windows color (decimal): -1203987 or 15573229. OLE color: 15573229.

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

Color convert

RGB 237 160 237 -
CMYK 0 0.32 0 0.07
HSL 300º 0.68% 0.78% -
HSV(B) 300º 0.32% 0.93% -
XYZ 62.78 49.26 86.32 -
YUV 191.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 237 160 237 0 0.32 0 0.07 300 0.68 0.78
Hex ED A0 ED 0 20 0 7 12C 44 4E
Octal 355 240 355 0 40 0 7 454 104 116
Binary 11101101 10100000 11101101 0 100000 0 111 100101100 1000100 1001110

Color Harmonies of #EDA0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA0ED

Black with #EDA0ED

Text Example


Text Example

White with #EDA0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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