#E388F0

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

Shades of Violet #E388F0

Tints of Violet #E388F0

Color information

#E388F0 (or 0xE388F0) is unknown color: approx Violet. HEX triplet: E3, 88 and F0. RGB value is (227,136,240). Sum of RGB (Red+Green+Blue) = 227+136+240=603 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.65% from 603); Green value is 136 (53.52% from 255 or 22.55% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #E388F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E388F0 is #1C770F. Grayscale: #AEAEAE. Windows color (decimal): -1865488 or 15763683. OLE color: 15763683.

HSL color Cylindrical-coordinate representation of color #E388F0: hue angle of 292.5º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E388F0 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB227136240-
CMYK0.050.4300.06
HSL292.5º77.61%73.73%-
HSV(B)292.5º43.33%94.12%-
XYZ56.2140.2387.24-
YUV175.06164.65165.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.65%
GREEN value IS 136 (53.52% from 255) = 22.55%
BLUE value IS 240 (94.14% from 255) = 39.80%
R=37.65%
G=22.55%
B=39.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2271362400.050.4300.06292.577.6173.73
HexE388F052B061244e4a
Octal34321036055306444116112
Binary111000111000100011110000101101011011010010010010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E388F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E388F0; }

 p { color: rgb(227,136,240); }

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

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

 a { background-color: rgb(227,136,240); }

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

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

 span { border-color: rgb(227,136,240); }

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