#E384FD

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

Shades of Heliotrope #E384FD

Tints of Heliotrope #E384FD

Color information

#E384FD (or 0xE384FD) is unknown color: approx Heliotrope. HEX triplet: E3, 84 and FD. RGB value is (227,132,253). Sum of RGB (Red+Green+Blue) = 227+132+253=612 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.09% from 612); Green value is 132 (51.95% from 255 or 21.57% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #E384FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E384FD is #1C7B02. Grayscale: #ADADAD. Windows color (decimal): -1866499 or 16614627. OLE color: 16614627.

HSL color Cylindrical-coordinate representation of color #E384FD: hue angle of 287.11º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E384FD is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227132253-
CMYK0.100.4800.01
HSL287.11º96.8%75.49%-
HSV(B)287.11º47.83%99.22%-
XYZ57.6639.9397.6-
YUV174.2172.47165.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.09%
GREEN value IS 132 (51.95% from 255) = 21.57%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=37.09%
G=21.57%
B=41.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2271322530.100.4800.01287.1196.875.49
HexE384FDA300111f614b
Octal343204375126001437141113
Binary11100011100001001111110110101100000110001111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E384FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E384FD; }

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

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

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

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

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

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

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

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