#E280FA

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

Shades of Heliotrope #E280FA

Tints of Heliotrope #E280FA

Color information

#E280FA (or 0xE280FA) is unknown color: approx Heliotrope. HEX triplet: E2, 80 and FA. RGB value is (226,128,250). Sum of RGB (Red+Green+Blue) = 226+128+250=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #E280FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E280FA is #1D7F05. Grayscale: #AAAAAA. Windows color (decimal): -1933062 or 16416994. OLE color: 16416994.

HSL color Cylindrical-coordinate representation of color #E280FA: hue angle of 288.2º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E280FA is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226128250-
CMYK0.100.4900.02
HSL288.2º92.42%74.12%-
HSV(B)288.2º48.8%98.04%-
XYZ56.3438.5194.91-
YUV171.21172.47167.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.42%
GREEN value IS 128 (50.39% from 255) = 21.19%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=37.42%
G=21.19%
B=41.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261282500.100.4900.02288.292.4274.12
HexE280FAA31021205c4a
Octal342200372126102440134112
Binary111000101000000011111010101011000101010010000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E280FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E280FA; }

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

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

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

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

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

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

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

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