#E280F4

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

Shades of Heliotrope #E280F4

Tints of Heliotrope #E280F4

Color information

#E280F4 (or 0xE280F4) is unknown color: approx Heliotrope. HEX triplet: E2, 80 and F4. RGB value is (226,128,244). Sum of RGB (Red+Green+Blue) = 226+128+244=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 244 (95.70% from 255 or 40.80% from 598); Max value from RGB is 244 - color contains mainly: blue. Hex color #E280F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E280F4 is #1D7F0B. Grayscale: #AAAAAA. Windows color (decimal): -1933068 or 16023778. OLE color: 16023778.

HSL color Cylindrical-coordinate representation of color #E280F4: hue angle of 290.69º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E280F4 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB226128244-
CMYK0.070.4800.04
HSL290.69º84.06%72.94%-
HSV(B)290.69º47.54%95.69%-
XYZ55.4138.1490.03-
YUV170.53169.47167.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.79%
GREEN value IS 128 (50.39% from 255) = 21.40%
BLUE value IS 244 (95.70% from 255) = 40.80%
R=37.79%
G=21.40%
B=40.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2261282440.070.4800.04290.6984.0672.94
HexE280F4730041235449
Octal34220036476004443124111
Binary111000101000000011110100111110000010010010001110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E280F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E280F4; }

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

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

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

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

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

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

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

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