#E38EEC

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

Shades of Violet #E38EEC

Tints of Violet #E38EEC

Color information

#E38EEC (or 0xE38EEC) is unknown color: approx Violet. HEX triplet: E3, 8E and EC. RGB value is (227,142,236). Sum of RGB (Red+Green+Blue) = 227+142+236=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #E38EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E38EEC is #1C7113. Grayscale: #B1B1B1. Windows color (decimal): -1863956 or 15503075. OLE color: 15503075.

HSL color Cylindrical-coordinate representation of color #E38EEC: hue angle of 294.26º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E38EEC is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227142236-
CMYK0.040.4000.07
HSL294.26º71.21%74.12%-
HSV(B)294.26º39.83%92.55%-
XYZ56.4941.7384.43-
YUV178.13160.66162.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.52%
GREEN value IS 142 (55.86% from 255) = 23.47%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=37.52%
G=23.47%
B=39.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271422360.040.4000.07294.2671.2174.12
HexE38EEC42807126474a
Octal34321635445007446107112
Binary111000111000111011101100100101000011110010011010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38EEC; }

 p { color: rgb(227,142,236); }

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

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

 a { background-color: rgb(227,142,236); }

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

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

 span { border-color: rgb(227,142,236); }

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