#E092F0

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

Shades of Violet #E092F0

Tints of Violet #E092F0

Color information

#E092F0 (or 0xE092F0) is unknown color: approx Violet. HEX triplet: E0, 92 and F0. RGB value is (224,146,240). Sum of RGB (Red+Green+Blue) = 224+146+240=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 146 (57.42% from 255 or 23.93% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #E092F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E092F0 is #1F6D0F. Grayscale: #B3B3B3. Windows color (decimal): -2059536 or 15766240. OLE color: 15766240.

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

Color convert

RGB224146240-
CMYK0.070.3900.06
HSL289.79º75.81%75.69%-
HSV(B)289.79º39.17%94.12%-
XYZ56.7542.787.69-
YUV180.04161.84159.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.72%
GREEN value IS 146 (57.42% from 255) = 23.93%
BLUE value IS 240 (94.14% from 255) = 39.34%
R=36.72%
G=23.93%
B=39.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241462400.070.3900.06289.7975.8175.69
HexE092F0727061224c4c
Octal34022236074706442114114
Binary111000001001001011110000111100111011010010001010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E092F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E092F0; }

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

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

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

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

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

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

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

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