#E38AEA

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

Shades of Violet #E38AEA

Tints of Violet #E38AEA

Color information

#E38AEA (or 0xE38AEA) is unknown color: approx Violet. HEX triplet: E3, 8A and EA. RGB value is (227,138,234). Sum of RGB (Red+Green+Blue) = 227+138+234=599 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.90% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #E38AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E38AEA is #1C7515. Grayscale: #AFAFAF. Windows color (decimal): -1864982 or 15370979. OLE color: 15370979.

HSL color Cylindrical-coordinate representation of color #E38AEA: hue angle of 295.62º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E38AEA is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227138234-
CMYK0.030.4100.08
HSL295.62º69.57%72.94%-
HSV(B)295.62º41.03%91.76%-
XYZ55.6240.4582.72-
YUV175.56160.99164.69-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.90%
GREEN value IS 138 (54.30% from 255) = 23.04%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=37.90%
G=23.04%
B=39.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271382340.030.4100.08295.6269.5772.94
HexE38AEA329081284649
Octal343212352351010450106111
Binary111000111000101011101010111010010100010010100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38AEA; }

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

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

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

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

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

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

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

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