Html Css Color HEX #EDABEA Plum

📋 copy color: '#EDABEA'

red 237 ◦ green 171 ◦ blue 234

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

Shades of Plum #EDABEA

Tints of Plum #EDABEA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.64%

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

R = 36.92%
G = 26.64%
B = 36.45%

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

#EDABEA (or 0xEDABEA) is known color: Plum. HEX triplet: ED, AB and EA. RGB value is (237,171,234). Sum of RGB (Red+Green+Blue) = 237+171+234=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDABEA is #125415. Grayscale: #C5C5C5. Windows color (decimal): -1201174 or 15379437. OLE color: 15379437.

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

Color convert

RGB 237 171 234 -
CMYK 0 0.28 0.01 0.07
HSL 302.73º 0.65% 0.8% -
HSV(B) 302.73º 0.28% 0.93% -
XYZ 64.34 53.07 84.69 -
YUV 197.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 237 171 234 0 0.28 0.01 0.07 302.73 0.65 0.8
Hex ED AB EA 0 1C 1 7 12F 41 50
Octal 355 253 352 0 34 1 7 457 101 120
Binary 11101101 10101011 11101010 0 11100 1 111 100101111 1000001 1010000

Color Harmonies of #EDABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDABEA

Black with #EDABEA

Text Example


Text Example

White with #EDABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDABEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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