#E092F1

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

Shades of Violet #E092F1

Tints of Violet #E092F1

Color information

#E092F1 (or 0xE092F1) is unknown color: approx Violet. HEX triplet: E0, 92 and F1. RGB value is (224,146,241). Sum of RGB (Red+Green+Blue) = 224+146+241=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 146 (57.42% from 255 or 23.90% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #E092F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E092F1 is #1F6D0E. Grayscale: #B3B3B3. Windows color (decimal): -2059535 or 15831776. OLE color: 15831776.

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

Color convert

RGB224146241-
CMYK0.070.3900.05
HSL289.26º77.24%75.88%-
HSV(B)289.26º39.42%94.51%-
XYZ56.942.7688.47-
YUV180.15162.34159.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.66%
GREEN value IS 146 (57.42% from 255) = 23.90%
BLUE value IS 241 (94.53% from 255) = 39.44%
R=36.66%
G=23.90%
B=39.44%

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
Decimal2241462410.070.3900.05289.2677.2475.88
HexE092F1727051214d4c
Octal34022236174705441115114
Binary111000001001001011110001111100111010110010000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E092F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E092F1; }

 p { color: rgb(224,146,241); }

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

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

 a { background-color: rgb(224,146,241); }

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

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

 span { border-color: rgb(224,146,241); }

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