#E38AF1

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

Shades of Violet #E38AF1

Tints of Violet #E38AF1

Color information

#E38AF1 (or 0xE38AF1) is unknown color: approx Violet. HEX triplet: E3, 8A and F1. RGB value is (227,138,241). Sum of RGB (Red+Green+Blue) = 227+138+241=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #E38AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E38AF1 is #1C750E. Grayscale: #B0B0B0. Windows color (decimal): -1864975 or 15829731. OLE color: 15829731.

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

Color convert

RGB227138241-
CMYK0.060.4300.05
HSL291.84º78.63%74.31%-
HSV(B)291.84º42.74%94.51%-
XYZ56.6440.8688.12-
YUV176.35164.49164.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.46%
GREEN value IS 138 (54.30% from 255) = 22.77%
BLUE value IS 241 (94.53% from 255) = 39.77%
R=37.46%
G=22.77%
B=39.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271382410.060.4300.05291.8478.6374.31
HexE38AF162B051244f4a
Octal34321236165305444117112
Binary111000111000101011110001110101011010110010010010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38AF1; }

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

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

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

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

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

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

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

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