#E48CFE

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

Shades of Heliotrope #E48CFE

Tints of Heliotrope #E48CFE

Color information

#E48CFE (or 0xE48CFE) is unknown color: approx Heliotrope. HEX triplet: E4, 8C and FE. RGB value is (228,140,254). Sum of RGB (Red+Green+Blue) = 228+140+254=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 140 (55.08% from 255 or 22.51% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #E48CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48CFE is #1B7301. Grayscale: #B2B2B2. Windows color (decimal): -1798914 or 16682212. OLE color: 16682212.

HSL color Cylindrical-coordinate representation of color #E48CFE: hue angle of 286.32º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E48CFE is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB228140254-
CMYK0.100.4500.00
HSL286.32º98.28%77.25%-
HSV(B)286.32º44.88%99.61%-
XYZ59.2642.4198.83-
YUV179.31170.15162.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.66%
GREEN value IS 140 (55.08% from 255) = 22.51%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=36.66%
G=22.51%
B=40.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2281402540.100.4500.00286.3298.2877.25
HexE48CFEA2D0011e624d
Octal344214376125500436142115
Binary11100100100011001111111010101011010010001111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48CFE; }

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

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

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

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

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

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

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

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