#E38FF0

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

Shades of Violet #E38FF0

Tints of Violet #E38FF0

Color information

#E38FF0 (or 0xE38FF0) is unknown color: approx Violet. HEX triplet: E3, 8F and F0. RGB value is (227,143,240). Sum of RGB (Red+Green+Blue) = 227+143+240=610 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.21% from 610); Green value is 143 (56.25% from 255 or 23.44% 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 #E38FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E38FF0 is #1C700F. Grayscale: #B2B2B2. Windows color (decimal): -1863696 or 15765475. OLE color: 15765475.

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

Color convert

RGB227143240-
CMYK0.050.4000.06
HSL291.96º76.38%75.1%-
HSV(B)291.96º40.42%94.12%-
XYZ57.2342.2787.58-
YUV179.17162.33162.11-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.21%
GREEN value IS 143 (56.25% from 255) = 23.44%
BLUE value IS 240 (94.14% from 255) = 39.34%
R=37.21%
G=23.44%
B=39.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2271432400.050.4000.06291.9676.3875.1
HexE38FF0528061244c4b
Octal34321736055006444114113
Binary111000111000111111110000101101000011010010010010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38FF0; }

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

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

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

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

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

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

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

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