#E38CF1

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

Shades of Violet #E38CF1

Tints of Violet #E38CF1

Color information

#E38CF1 (or 0xE38CF1) is unknown color: approx Violet. HEX triplet: E3, 8C and F1. RGB value is (227,140,241). Sum of RGB (Red+Green+Blue) = 227+140+241=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #E38CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E38CF1 is #1C730E. Grayscale: #B1B1B1. Windows color (decimal): -1864463 or 15830243. OLE color: 15830243.

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

Color convert

RGB227140241-
CMYK0.060.4200.05
HSL291.68º78.29%74.71%-
HSV(B)291.68º41.91%94.51%-
XYZ56.9341.4488.22-
YUV177.53163.82163.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.34%
GREEN value IS 140 (55.08% from 255) = 23.03%
BLUE value IS 241 (94.53% from 255) = 39.64%
R=37.34%
G=23.03%
B=39.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271402410.060.4200.05291.6878.2974.71
HexE38CF162A051244e4b
Octal34321436165205444116113
Binary111000111000110011110001110101010010110010010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38CF1; }

 p { color: rgb(227,140,241); }

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

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

 a { background-color: rgb(227,140,241); }

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

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

 span { border-color: rgb(227,140,241); }

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