#ECA7EA

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

Shades of Plum #ECA7EA

Tints of Plum #ECA7EA

Color information

#ECA7EA (or 0xECA7EA) is unknown color: approx Plum. HEX triplet: EC, A7 and EA. RGB value is (236,167,234). Sum of RGB (Red+Green+Blue) = 236+167+234=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 167 (65.62% from 255 or 26.22% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA7EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA7EA is #135815. Grayscale: #C3C3C3. Windows color (decimal): -1267734 or 15378412. OLE color: 15378412.

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

Color convert

RGB236167234-
CMYK00.290.010.07
HSL301.74º64.49%79.02%-
HSV(B)301.74º29.24%92.55%-
XYZ63.2651.4184.43-
YUV195.27149.86157.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 167 (65.62% from 255) = 26.22%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=37.05%
G=26.22%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616723400.290.010.07301.7464.4979.02
HexECA7EA01D1712e404f
Octal35424735203517456100117
Binary111011001010011111101010011101111110010111010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA7EA; }

 p { color: rgb(236,167,234); }

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

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

 a { background-color: rgb(236,167,234); }

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

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

 span { border-color: rgb(236,167,234); }

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