#EC91FD

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

Shades of Violet #EC91FD

Tints of Violet #EC91FD

Color information

#EC91FD (or 0xEC91FD) is unknown color: approx Violet. HEX triplet: EC, 91 and FD. RGB value is (236,145,253). Sum of RGB (Red+Green+Blue) = 236+145+253=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 145 (57.03% from 255 or 22.87% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC91FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC91FD is #136E02. Grayscale: #B8B8B8. Windows color (decimal): -1273347 or 16617964. OLE color: 16617964.

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

Color convert

RGB236145253-
CMYK0.070.4300.01
HSL290.56º96.43%78.04%-
HSV(B)290.56º42.69%99.22%-
XYZ62.4545.1898.36-
YUV184.52166.65164.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 145 (57.03% from 255) = 22.87%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=37.22%
G=22.87%
B=39.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361452530.070.4300.01290.5696.4378.04
HexEC91FD72B01123604e
Octal35422137575301443140116
Binary1110110010010001111111011111010110110010001111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC91FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC91FD; }

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

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

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

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

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

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

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

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