Html Css Color HEX #EDA8ED Plum

📋 copy color: '#EDA8ED'

red 237 ◦ green 168 ◦ blue 237

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

Shades of Plum #EDA8ED

Tints of Plum #EDA8ED

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.17%

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

R = 36.92%
G = 26.17%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDA8ED (or 0xEDA8ED) is known color: Plum. HEX triplet: ED, A8 and ED. RGB value is (237,168,237). Sum of RGB (Red+Green+Blue) = 237+168+237=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDA8ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8ED is #125712. Grayscale: #C4C4C4. Windows color (decimal): -1201939 or 15575277. OLE color: 15575277.

HSL color Cylindrical-coordinate representation of color #EDA8ED: hue angle of 300º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA8ED is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 168 237 -
CMYK 0 0.29 0 0.07
HSL 300º 0.66% 0.79% -
HSV(B) 300º 0.29% 0.93% -
XYZ 64.21 52.12 86.8 -
YUV 196.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 237 168 237 0 0.29 0 0.07 300 0.66 0.79
Hex ED A8 ED 0 1D 0 7 12C 42 4F
Octal 355 250 355 0 35 0 7 454 102 117
Binary 11101101 10101000 11101101 0 11101 0 111 100101100 1000010 1001111

Color Harmonies of #EDA8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8ED

Black with #EDA8ED

Text Example


Text Example

White with #EDA8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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