#E380FC

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

Shades of Heliotrope #E380FC

Tints of Heliotrope #E380FC

Color information

#E380FC (or 0xE380FC) is unknown color: approx Heliotrope. HEX triplet: E3, 80 and FC. RGB value is (227,128,252). Sum of RGB (Red+Green+Blue) = 227+128+252=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 128 (50.39% from 255 or 21.09% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #E380FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E380FC is #1C7F03. Grayscale: #ABABAB. Windows color (decimal): -1867524 or 16548067. OLE color: 16548067.

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

Color convert

RGB227128252-
CMYK0.100.4900.01
HSL287.9º95.38%74.51%-
HSV(B)287.9º49.21%98.82%-
XYZ56.9738.896.58-
YUV171.74173.3167.42-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.40%
GREEN value IS 128 (50.39% from 255) = 21.09%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=37.40%
G=21.09%
B=41.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2271282520.100.4900.01287.995.3874.51
HexE380FCA31011205f4b
Octal343200374126101440137113
Binary11100011100000001111110010101100010110010000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E380FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E380FC; }

 p { color: rgb(227,128,252); }

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

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

 a { background-color: rgb(227,128,252); }

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

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

 span { border-color: rgb(227,128,252); }

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