#EC92FC

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

Shades of Violet #EC92FC

Tints of Violet #EC92FC

Color information

#EC92FC (or 0xEC92FC) is unknown color: approx Violet. HEX triplet: EC, 92 and FC. RGB value is (236,146,252). Sum of RGB (Red+Green+Blue) = 236+146+252=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 146 (57.42% from 255 or 23.03% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC92FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC92FC is #136D03. Grayscale: #B8B8B8. Windows color (decimal): -1273092 or 16552684. OLE color: 16552684.

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

Color convert

RGB236146252-
CMYK0.060.4200.01
HSL290.94º94.64%78.04%-
HSV(B)290.94º42.06%98.82%-
XYZ62.4445.4297.57-
YUV184.99165.82164.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 146 (57.42% from 255) = 23.03%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=37.22%
G=23.03%
B=39.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361462520.060.4200.01290.9494.6478.04
HexEC92FC62A011235f4e
Octal35422237465201443137116
Binary1110110010010010111111001101010100110010001110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC92FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC92FC; }

 p { color: rgb(236,146,252); }

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

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

 a { background-color: rgb(236,146,252); }

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

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

 span { border-color: rgb(236,146,252); }

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