Html Css Color HEX #EDA8E9 Plum

📋 copy color: '#EDA8E9'

red 237 ◦ green 168 ◦ blue 233

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

Shades of Plum #EDA8E9

Tints of Plum #EDA8E9

RGB

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

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

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

R = 37.15%
G = 26.33%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDA8E9 (or 0xEDA8E9) is known color: Plum. HEX triplet: ED, A8 and E9. RGB value is (237,168,233). Sum of RGB (Red+Green+Blue) = 237+168+233=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 168 (66.02% from 255 or 26.33% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8E9 is #125716. Grayscale: #C3C3C3. Windows color (decimal): -1201943 or 15313133. OLE color: 15313133.

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

Color convert

RGB 237 168 233 -
CMYK 0 0.29 0.02 0.07
HSL 303.48º 0.66% 0.79% -
HSV(B) 303.48º 0.29% 0.93% -
XYZ 63.64 51.89 83.75 -
YUV 196.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 237 168 233 0 0.29 0.02 0.07 303.48 0.66 0.79
Hex ED A8 E9 0 1D 2 7 12F 42 4F
Octal 355 250 351 0 35 2 7 457 102 117
Binary 11101101 10101000 11101001 0 11101 10 111 100101111 1000010 1001111

Color Harmonies of #EDA8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8E9

Black with #EDA8E9

Text Example


Text Example

White with #EDA8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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