#E48BEF

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

Shades of Violet #E48BEF

Tints of Violet #E48BEF

Color information

#E48BEF (or 0xE48BEF) is unknown color: approx Violet. HEX triplet: E4, 8B and EF. RGB value is (228,139,239). Sum of RGB (Red+Green+Blue) = 228+139+239=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #E48BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48BEF is #1B7410. Grayscale: #B0B0B0. Windows color (decimal): -1799185 or 15698916. OLE color: 15698916.

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

Color convert

RGB228139239-
CMYK0.050.4200.06
HSL293.4º75.76%74.12%-
HSV(B)293.4º41.84%93.73%-
XYZ56.8141.1986.62-
YUV177.01162.99164.37-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.62%
GREEN value IS 139 (54.69% from 255) = 22.94%
BLUE value IS 239 (93.75% from 255) = 39.44%
R=37.62%
G=22.94%
B=39.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281392390.050.4200.06293.475.7674.12
HexE48BEF52A061254c4a
Octal34421335755206445114112
Binary111001001000101111101111101101010011010010010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48BEF; }

 p { color: rgb(228,139,239); }

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

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

 a { background-color: rgb(228,139,239); }

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

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

 span { border-color: rgb(228,139,239); }

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