#EC90F3

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

Shades of Violet #EC90F3

Tints of Violet #EC90F3

Color information

#EC90F3 (or 0xEC90F3) is unknown color: approx Violet. HEX triplet: EC, 90 and F3. RGB value is (236,144,243). Sum of RGB (Red+Green+Blue) = 236+144+243=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 144 (56.64% from 255 or 23.11% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC90F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC90F3 is #136F0C. Grayscale: #B6B6B6. Windows color (decimal): -1273613 or 15962348. OLE color: 15962348.

HSL color Cylindrical-coordinate representation of color #EC90F3: hue angle of 295.76º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC90F3 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236144243-
CMYK0.030.4100.05
HSL295.76º80.49%75.88%-
HSV(B)295.76º40.74%95.29%-
XYZ60.7444.2590.13-
YUV182.79161.98165.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 144 (56.64% from 255) = 23.11%
BLUE value IS 243 (95.31% from 255) = 39.00%
R=37.88%
G=23.11%
B=39.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361442430.030.4100.05295.7680.4975.88
HexEC90F332905128504c
Octal35422036335105450120114
Binary11101100100100001111001111101001010110010100010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC90F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC90F3; }

 p { color: rgb(236,144,243); }

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

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

 a { background-color: rgb(236,144,243); }

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

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

 span { border-color: rgb(236,144,243); }

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