#ECAEEE

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

Shades of Plum #ECAEEE

Tints of Plum #ECAEEE

Color information

#ECAEEE (or 0xECAEEE) is unknown color: approx Plum. HEX triplet: EC, AE and EE. RGB value is (236,174,238). Sum of RGB (Red+Green+Blue) = 236+174+238=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECAEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAEEE is #135111. Grayscale: #C7C7C7. Windows color (decimal): -1265938 or 15642348. OLE color: 15642348.

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

Color convert

RGB236174238-
CMYK0.010.2700.07
HSL298.12º65.31%80.78%-
HSV(B)298.12º26.89%93.33%-
XYZ65.1654.2887.93-
YUV199.83149.54153.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 174 (68.36% from 255) = 26.85%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=36.42%
G=26.85%
B=36.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361742380.010.2700.07298.1265.3180.78
HexECAEEE11B0712a4151
Octal35425635613307452101121
Binary111011001010111011101110111011011110010101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAEEE; }

 p { color: rgb(236,174,238); }

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

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

 a { background-color: rgb(236,174,238); }

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

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

 span { border-color: rgb(236,174,238); }

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