#E294F3

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

Shades of Violet #E294F3

Tints of Violet #E294F3

Color information

#E294F3 (or 0xE294F3) is unknown color: approx Violet. HEX triplet: E2, 94 and F3. RGB value is (226,148,243). Sum of RGB (Red+Green+Blue) = 226+148+243=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #E294F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E294F3 is #1D6B0C. Grayscale: #B5B5B5. Windows color (decimal): -1927949 or 15963362. OLE color: 15963362.

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

Color convert

RGB226148243-
CMYK0.070.3900.05
HSL289.26º79.83%76.67%-
HSV(B)289.26º39.09%95.29%-
XYZ58.1343.8290.19-
YUV182.15162.34159.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.63%
GREEN value IS 148 (58.20% from 255) = 23.99%
BLUE value IS 243 (95.31% from 255) = 39.38%
R=36.63%
G=23.99%
B=39.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261482430.070.3900.05289.2679.8376.67
HexE294F372705121504d
Octal34222436374705441120115
Binary111000101001010011110011111100111010110010000110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E294F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E294F3; }

 p { color: rgb(226,148,243); }

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

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

 a { background-color: rgb(226,148,243); }

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

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

 span { border-color: rgb(226,148,243); }

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