#EC85ED

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

Shades of Violet #EC85ED

Tints of Violet #EC85ED

Color information

#EC85ED (or 0xEC85ED) is unknown color: approx Violet. HEX triplet: EC, 85 and ED. RGB value is (236,133,237). Sum of RGB (Red+Green+Blue) = 236+133+237=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC85ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85ED is #137A12. Grayscale: #AFAFAF. Windows color (decimal): -1276435 or 15566316. OLE color: 15566316.

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

Color convert

RGB236133237-
CMYK0.000.4400.07
HSL299.42º74.29%72.55%-
HSV(B)299.42º43.88%92.94%-
XYZ58.2740.7284.91-
YUV175.65162.62171.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 133 (52.34% from 255) = 21.95%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=38.94%
G=21.95%
B=39.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361332370.000.4400.07299.4274.2972.55
HexEC85ED02C0712b4a49
Octal35420535505407453112111
Binary1110110010000101111011010101100011110010101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85ED; }

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

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

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

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

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

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

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

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