#E48CF0

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

Shades of Violet #E48CF0

Tints of Violet #E48CF0

Color information

#E48CF0 (or 0xE48CF0) is unknown color: approx Violet. HEX triplet: E4, 8C and F0. RGB value is (228,140,240). Sum of RGB (Red+Green+Blue) = 228+140+240=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #E48CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48CF0 is #1B730F. Grayscale: #B1B1B1. Windows color (decimal): -1798928 or 15764708. OLE color: 15764708.

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

Color convert

RGB228140240-
CMYK0.050.4200.06
HSL292.8º76.92%74.51%-
HSV(B)292.8º41.67%94.12%-
XYZ57.141.5487.45-
YUV177.71163.15163.87-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.5%
GREEN value IS 140 (55.08% from 255) = 23.03%
BLUE value IS 240 (94.14% from 255) = 39.47%
R=37.5%
G=23.03%
B=39.47%

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
Decimal2281402400.050.4200.06292.876.9274.51
HexE48CF052A061254d4b
Octal34421436055206445115113
Binary111001001000110011110000101101010011010010010110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48CF0; }

 p { color: rgb(228,140,240); }

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

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

 a { background-color: rgb(228,140,240); }

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

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

 span { border-color: rgb(228,140,240); }

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