#ECA2E4

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

Shades of Plum #ECA2E4

Tints of Plum #ECA2E4

Color information

#ECA2E4 (or 0xECA2E4) is unknown color: approx Plum. HEX triplet: EC, A2 and E4. RGB value is (236,162,228). Sum of RGB (Red+Green+Blue) = 236+162+228=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 162 (63.67% from 255 or 25.88% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2E4 is #135D1B. Grayscale: #BFBFBF. Windows color (decimal): -1269020 or 14983916. OLE color: 14983916.

HSL color Cylindrical-coordinate representation of color #ECA2E4: hue angle of 306.49º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA2E4 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236162228-
CMYK00.310.030.07
HSL306.49º66.07%78.04%-
HSV(B)306.49º31.36%92.55%-
XYZ61.5249.2779.67-
YUV191.65148.52159.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 162 (63.67% from 255) = 25.88%
BLUE value IS 228 (89.45% from 255) = 36.42%
R=37.70%
G=25.88%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616222800.310.030.07306.4966.0778.04
HexECA2E401F37132424e
Octal35424234403737462102116
Binary1110110010100010111001000111111111110011001010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA2E4; }

 p { color: rgb(236,162,228); }

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

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

 a { background-color: rgb(236,162,228); }

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

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

 span { border-color: rgb(236,162,228); }

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