#ECABE6

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

Shades of Plum #ECABE6

Tints of Plum #ECABE6

Color information

#ECABE6 (or 0xECABE6) is unknown color: approx Plum. HEX triplet: EC, AB and E6. RGB value is (236,171,230). Sum of RGB (Red+Green+Blue) = 236+171+230=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABE6 is #135419. Grayscale: #C4C4C4. Windows color (decimal): -1266714 or 15117292. OLE color: 15117292.

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

Color convert

RGB236171230-
CMYK00.280.030.07
HSL305.54º63.11%79.8%-
HSV(B)305.54º27.54%92.55%-
XYZ63.4452.6781.69-
YUV197.16146.53155.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 171 (67.19% from 255) = 26.84%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=37.05%
G=26.84%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617123000.280.030.07305.5463.1179.8
HexECABE601C371323f50
Octal3542533460343746277120
Binary111011001010101111100110011100111111001100101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABE6; }

 p { color: rgb(236,171,230); }

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

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

 a { background-color: rgb(236,171,230); }

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

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

 span { border-color: rgb(236,171,230); }

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