#E48FEF

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

Shades of Violet #E48FEF

Tints of Violet #E48FEF

Color information

#E48FEF (or 0xE48FEF) is unknown color: approx Violet. HEX triplet: E4, 8F and EF. RGB value is (228,143,239). Sum of RGB (Red+Green+Blue) = 228+143+239=610 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.38% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #E48FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48FEF is #1B7010. Grayscale: #B3B3B3. Windows color (decimal): -1798161 or 15699940. OLE color: 15699940.

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

Color convert

RGB228143239-
CMYK0.050.4000.06
HSL293.12º75%74.9%-
HSV(B)293.12º40.17%93.73%-
XYZ57.442.3786.81-
YUV179.36161.66162.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.38%
GREEN value IS 143 (56.25% from 255) = 23.44%
BLUE value IS 239 (93.75% from 255) = 39.18%
R=37.38%
G=23.44%
B=39.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281432390.050.4000.06293.127574.9
HexE48FEF528061254b4b
Octal34421735755006445113113
Binary111001001000111111101111101101000011010010010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48FEF; }

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

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

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

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

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

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

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

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