#E880FA

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

Shades of Heliotrope #E880FA

Tints of Heliotrope #E880FA

Color information

#E880FA (or 0xE880FA) is unknown color: approx Heliotrope. HEX triplet: E8, 80 and FA. RGB value is (232,128,250). Sum of RGB (Red+Green+Blue) = 232+128+250=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #E880FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E880FA is #177F05. Grayscale: #ACACAC. Windows color (decimal): -1539846 or 16417000. OLE color: 16417000.

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

Color convert

RGB232128250-
CMYK0.070.4900.02
HSL291.15º92.42%74.12%-
HSV(B)291.15º48.8%98.04%-
XYZ58.2539.595-
YUV173171.46170.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.03%
GREEN value IS 128 (50.39% from 255) = 20.98%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=38.03%
G=20.98%
B=40.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321282500.070.4900.02291.1592.4274.12
HexE880FA731021235c4a
Octal35020037276102443134112
Binary11101000100000001111101011111000101010010001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E880FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E880FA; }

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

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

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

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

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

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

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

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