#E280FD

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

Shades of Heliotrope #E280FD

Tints of Heliotrope #E280FD

Color information

#E280FD (or 0xE280FD) is unknown color: approx Heliotrope. HEX triplet: E2, 80 and FD. RGB value is (226,128,253). Sum of RGB (Red+Green+Blue) = 226+128+253=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 128 (50.39% from 255 or 21.09% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #E280FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E280FD is #1D7F02. Grayscale: #ABABAB. Windows color (decimal): -1933059 or 16613602. OLE color: 16613602.

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

Color convert

RGB226128253-
CMYK0.110.4900.01
HSL287.04º96.9%74.71%-
HSV(B)287.04º49.41%99.22%-
XYZ56.8138.797.4-
YUV171.55173.97166.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.23%
GREEN value IS 128 (50.39% from 255) = 21.09%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=37.23%
G=21.09%
B=41.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261282530.110.4900.01287.0496.974.71
HexE280FDB310111f614b
Octal342200375136101437141113
Binary11100010100000001111110110111100010110001111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E280FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E280FD; }

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

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

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

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

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

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

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

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