#EC92F6

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

Shades of Violet #EC92F6

Tints of Violet #EC92F6

Color information

#EC92F6 (or 0xEC92F6) is unknown color: approx Violet. HEX triplet: EC, 92 and F6. RGB value is (236,146,246). Sum of RGB (Red+Green+Blue) = 236+146+246=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 146 (57.42% from 255 or 23.25% from 628); Blue value is 246 (96.48% from 255 or 39.17% from 628); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC92F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC92F6 is #136D09. Grayscale: #B8B8B8. Windows color (decimal): -1273098 or 16159468. OLE color: 16159468.

HSL color Cylindrical-coordinate representation of color #EC92F6: hue angle of 294º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC92F6 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236146246-
CMYK0.040.4100.04
HSL294º84.75%76.86%-
HSV(B)294º40.65%96.47%-
XYZ61.5145.0492.64-
YUV184.31162.82164.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.58%
GREEN value IS 146 (57.42% from 255) = 23.25%
BLUE value IS 246 (96.48% from 255) = 39.17%
R=37.58%
G=23.25%
B=39.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2361462460.040.4100.0429484.7576.86
HexEC92F642904126554d
Octal35422236645104446125115
Binary111011001001001011110110100101001010010010011010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC92F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC92F6; }

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

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

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

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

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

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

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

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