#E280FF

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

Shades of Heliotrope #E280FF

Tints of Heliotrope #E280FF

Color information

#E280FF (or 0xE280FF) is unknown color: approx Heliotrope. HEX triplet: E2, 80 and FF. RGB value is (226,128,255). Sum of RGB (Red+Green+Blue) = 226+128+255=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 128 (50.39% from 255 or 21.02% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #E280FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E280FF is #1D7F00. Grayscale: #ABABAB. Windows color (decimal): -1933057 or 16744674. OLE color: 16744674.

HSL color Cylindrical-coordinate representation of color #E280FF: hue angle of 286.3º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E280FF is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB226128255-
CMYK0.110.5000
HSL286.3º100%75.1%-
HSV(B)286.3º49.8%100%-
XYZ57.1338.8399.09-
YUV171.78174.97166.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.11%
GREEN value IS 128 (50.39% from 255) = 21.02%
BLUE value IS 255 (100% from 255) = 41.87%
R=37.11%
G=21.02%
B=41.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261282550.110.5000286.310075.1
HexE280FFB320011e644b
Octal342200377136200436144113
Binary11100010100000001111111110111100100010001111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E280FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E280FF; }

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

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

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

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

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

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

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

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