#E384EB

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

Shades of Violet #E384EB

Tints of Violet #E384EB

Color information

#E384EB (or 0xE384EB) is unknown color: approx Violet. HEX triplet: E3, 84 and EB. RGB value is (227,132,235). Sum of RGB (Red+Green+Blue) = 227+132+235=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #E384EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E384EB is #1C7B14. Grayscale: #ABABAB. Windows color (decimal): -1866517 or 15434979. OLE color: 15434979.

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

Color convert

RGB227132235-
CMYK0.030.4400.08
HSL295.34º72.03%71.96%-
HSV(B)295.34º43.83%92.16%-
XYZ54.9338.8383.2-
YUV172.15163.47167.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.22%
GREEN value IS 132 (51.95% from 255) = 22.22%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=38.22%
G=22.22%
B=39.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271322350.030.4400.08295.3472.0371.96
HexE384EB32C081274848
Octal343204353354010447110110
Binary111000111000010011101011111011000100010010011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E384EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E384EB; }

 p { color: rgb(227,132,235); }

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

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

 a { background-color: rgb(227,132,235); }

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

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

 span { border-color: rgb(227,132,235); }

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