#E07FED

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

Shades of Violet #E07FED

Tints of Violet #E07FED

Color information

#E07FED (or 0xE07FED) is unknown color: approx Violet. HEX triplet: E0, 7F and ED. RGB value is (224,127,237). Sum of RGB (Red+Green+Blue) = 224+127+237=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 127 (50% from 255 or 21.60% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #E07FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FED is #1F8012. Grayscale: #A8A8A8. Windows color (decimal): -2064403 or 15564768. OLE color: 15564768.

HSL color Cylindrical-coordinate representation of color #E07FED: hue angle of 292.91º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07FED is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224127237-
CMYK0.050.4600.07
HSL292.91º75.34%71.37%-
HSV(B)292.91º46.41%92.94%-
XYZ53.6237.1484.46-
YUV168.54166.64167.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.10%
GREEN value IS 127 (50% from 255) = 21.60%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=38.10%
G=21.60%
B=40.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241272370.050.4600.07292.9175.3471.37
HexE07FED52E071254b47
Octal34017735555607445113107
Binary11100000111111111101101101101110011110010010110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07FED; }

 p { color: rgb(224,127,237); }

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

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

 a { background-color: rgb(224,127,237); }

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

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

 span { border-color: rgb(224,127,237); }

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