#EC90FE

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

Shades of Violet #EC90FE

Tints of Violet #EC90FE

Color information

#EC90FE (or 0xEC90FE) is unknown color: approx Violet. HEX triplet: EC, 90 and FE. RGB value is (236,144,254). Sum of RGB (Red+Green+Blue) = 236+144+254=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 144 (56.64% from 255 or 22.71% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC90FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC90FE is #136F01. Grayscale: #B7B7B7. Windows color (decimal): -1273602 or 16683244. OLE color: 16683244.

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

Color convert

RGB236144254-
CMYK0.070.4300.00
HSL290.18º98.21%78.04%-
HSV(B)290.18º43.31%99.61%-
XYZ62.4544.9499.15-
YUV184.05167.48165.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 144 (56.64% from 255) = 22.71%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=37.22%
G=22.71%
B=40.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361442540.070.4300.00290.1898.2178.04
HexEC90FE72B00122624e
Octal35422037675300442142116
Binary1110110010010000111111101111010110010010001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC90FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC90FE; }

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

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

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

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

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

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

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

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