#E380FD

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

Shades of Heliotrope #E380FD

Tints of Heliotrope #E380FD

Color information

#E380FD (or 0xE380FD) is unknown color: approx Heliotrope. HEX triplet: E3, 80 and FD. RGB value is (227,128,253). Sum of RGB (Red+Green+Blue) = 227+128+253=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 128 (50.39% from 255 or 21.05% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #E380FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E380FD is #1C7F02. Grayscale: #ABABAB. Windows color (decimal): -1867523 or 16613603. OLE color: 16613603.

HSL color Cylindrical-coordinate representation of color #E380FD: hue angle of 287.52º degrees, saturation: 0.97, 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 #E380FD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227128253-
CMYK0.100.4900.01
HSL287.52º96.9%74.71%-
HSV(B)287.52º49.41%99.22%-
XYZ57.1338.8697.42-
YUV171.85173.8167.34-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.34%
GREEN value IS 128 (50.39% from 255) = 21.05%
BLUE value IS 253 (99.22% from 255) = 41.61%
R=37.34%
G=21.05%
B=41.61%

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
Decimal2271282530.100.4900.01287.5296.974.71
HexE380FDA3101120614b
Octal343200375126101440141113
Binary11100011100000001111110110101100010110010000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E380FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E380FD; }

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

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

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

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

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

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

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

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