#ECAFED

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

Shades of Plum #ECAFED

Tints of Plum #ECAFED

Color information

#ECAFED (or 0xECAFED) is unknown color: approx Plum. HEX triplet: EC, AF and ED. RGB value is (236,175,237). Sum of RGB (Red+Green+Blue) = 236+175+237=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 175 (68.75% from 255 or 27.01% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECAFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAFED is #135012. Grayscale: #C8C8C8. Windows color (decimal): -1265683 or 15577068. OLE color: 15577068.

HSL color Cylindrical-coordinate representation of color #ECAFED: hue angle of 299.03º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAFED is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236175237-
CMYK0.000.2600.07
HSL299.03º63.27%80.78%-
HSV(B)299.03º26.16%92.94%-
XYZ65.2154.6187.22-
YUV200.31148.71153.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 175 (68.75% from 255) = 27.01%
BLUE value IS 237 (92.97% from 255) = 36.57%
R=36.42%
G=27.01%
B=36.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361752370.000.2600.07299.0363.2780.78
HexECAFED01A0712b3f51
Octal3542573550320745377121
Binary11101100101011111110110101101001111001010111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFED; }

 p { color: rgb(236,175,237); }

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

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

 a { background-color: rgb(236,175,237); }

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

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

 span { border-color: rgb(236,175,237); }

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