Html Css Color HEX #EDAAEA Plum

📋 copy color: '#EDAAEA'

red 237 ◦ green 170 ◦ blue 234

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

Shades of Plum #EDAAEA

Tints of Plum #EDAAEA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.52%

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

R = 36.97%
G = 26.52%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDAAEA (or 0xEDAAEA) is known color: Plum. HEX triplet: ED, AA and EA. RGB value is (237,170,234). Sum of RGB (Red+Green+Blue) = 237+170+234=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAAEA is #125515. Grayscale: #C5C5C5. Windows color (decimal): -1201430 or 15379181. OLE color: 15379181.

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

Color convert

RGB 237 170 234 -
CMYK 0 0.28 0.01 0.07
HSL 302.69º 0.65% 0.8% -
HSV(B) 302.69º 0.28% 0.93% -
XYZ 64.15 52.69 84.63 -
YUV 197.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 237 170 234 0 0.28 0.01 0.07 302.69 0.65 0.8
Hex ED AA EA 0 1C 1 7 12F 41 50
Octal 355 252 352 0 34 1 7 457 101 120
Binary 11101101 10101010 11101010 0 11100 1 111 100101111 1000001 1010000

Color Harmonies of #EDAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAEA

Black with #EDAAEA

Text Example


Text Example

White with #EDAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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