#EC85FD

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

Shades of Violet #EC85FD

Tints of Violet #EC85FD

Color information

#EC85FD (or 0xEC85FD) is unknown color: approx Violet. HEX triplet: EC, 85 and FD. RGB value is (236,133,253). Sum of RGB (Red+Green+Blue) = 236+133+253=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 133 (52.34% from 255 or 21.38% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC85FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85FD is #137A02. Grayscale: #B1B1B1. Windows color (decimal): -1276419 or 16614892. OLE color: 16614892.

HSL color Cylindrical-coordinate representation of color #EC85FD: hue angle of 291.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC85FD is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236133253-
CMYK0.070.4700.01
HSL291.5º96.77%75.69%-
HSV(B)291.5º47.43%99.22%-
XYZ60.7141.797.78-
YUV177.48170.62169.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 133 (52.34% from 255) = 21.38%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=37.94%
G=21.38%
B=40.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361332530.070.4700.01291.596.7775.69
HexEC85FD72F01124614c
Octal35420537575701444141114
Binary1110110010000101111111011111011110110010010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85FD; }

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

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

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

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

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

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

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

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