Html Css Color HEX #EDA9EA Plum

📋 copy color: '#EDA9EA'

red 237 ◦ green 169 ◦ blue 234

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

Shades of Plum #EDA9EA

Tints of Plum #EDA9EA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.41%

 BLUE value IS 234 (91.8% from 255) = 36.56%

R = 37.03%
G = 26.41%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDA9EA (or 0xEDA9EA) is known color: Plum. HEX triplet: ED, A9 and EA. RGB value is (237,169,234). Sum of RGB (Red+Green+Blue) = 237+169+234=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA9EA is #125615. Grayscale: #C4C4C4. Windows color (decimal): -1201686 or 15378925. OLE color: 15378925.

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

Color convert

RGB 237 169 234 -
CMYK 0 0.29 0.01 0.07
HSL 302.65º 0.65% 0.8% -
HSV(B) 302.65º 0.29% 0.93% -
XYZ 63.96 52.32 84.57 -
YUV 196.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 237 169 234 0 0.29 0.01 0.07 302.65 0.65 0.8
Hex ED A9 EA 0 1D 1 7 12F 41 50
Octal 355 251 352 0 35 1 7 457 101 120
Binary 11101101 10101001 11101010 0 11101 1 111 100101111 1000001 1010000

Color Harmonies of #EDA9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9EA

Black with #EDA9EA

Text Example


Text Example

White with #EDA9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9EA; }

 p { color: rgb(237,169,234); }

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

background-color css

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

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

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

border-color css

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

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

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