#EC85EA

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

Shades of Violet #EC85EA

Tints of Violet #EC85EA

Color information

#EC85EA (or 0xEC85EA) is unknown color: approx Violet. HEX triplet: EC, 85 and EA. RGB value is (236,133,234). Sum of RGB (Red+Green+Blue) = 236+133+234=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85EA is #137A15. Grayscale: #AFAFAF. Windows color (decimal): -1276438 or 15369708. OLE color: 15369708.

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

Color convert

RGB236133234-
CMYK00.440.010.07
HSL301.17º73.05%72.35%-
HSV(B)301.17º43.64%92.55%-
XYZ57.8340.5582.62-
YUV175.31161.12171.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 133 (52.34% from 255) = 22.06%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=39.14%
G=22.06%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613323400.440.010.07301.1773.0572.35
HexEC85EA02C1712d4948
Octal35420535205417455111110
Binary1110110010000101111010100101100111110010110110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85EA; }

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

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

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

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

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

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

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

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