#EDACEA

Color #EDACEA Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #EDACEA

Tints of Plum #EDACEA

Color information

#EDACEA (or 0xEDACEA) is unknown color: approx Plum. HEX triplet: ED, AC and EA. RGB value is (237,172,234). Sum of RGB (Red+Green+Blue) = 237+172+234=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACEA is #125315. Grayscale: #C6C6C6. Windows color (decimal): -1200918 or 15379693. OLE color: 15379693.

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

Color convert

RGB237172234-
CMYK00.270.010.07
HSL302.77º64.36%80.2%-
HSV(B)302.77º27.43%92.94%-
XYZ64.5353.4584.76-
YUV198.5148.03155.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 172 (67.58% from 255) = 26.75%
BLUE value IS 234 (91.80% from 255) = 36.39%
R=36.86%
G=26.75%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717223400.270.010.07302.7764.3680.2
HexEDACEA01B1712f4050
Octal35525435203317457100120
Binary111011011010110011101010011011111110010111110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACEA; }

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

 H1.HeaderClassName
 {
   color: #EDACEA;
 }
 .AnyTagClassName
 {
   color: #EDACEA;
 }
</style>
background-color css

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

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

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

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

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

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