#E271FE

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

Shades of Heliotrope #E271FE

Tints of Heliotrope #E271FE

Color information

#E271FE (or 0xE271FE) is unknown color: approx Heliotrope. HEX triplet: E2, 71 and FE. RGB value is (226,113,254). Sum of RGB (Red+Green+Blue) = 226+113+254=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 113 (44.53% from 255 or 19.06% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #E271FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E271FE is #1D8E01. Grayscale: #A2A2A2. Windows color (decimal): -1936898 or 16675298. OLE color: 16675298.

HSL color Cylindrical-coordinate representation of color #E271FE: hue angle of 288.09º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E271FE is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB226113254-
CMYK0.110.5600.00
HSL288.09º98.6%71.96%-
HSV(B)288.09º55.51%99.61%-
XYZ55.1635.1397.64-
YUV162.86179.44173.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.11%
GREEN value IS 113 (44.53% from 255) = 19.06%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=38.11%
G=19.06%
B=42.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2261132540.110.5600.00288.0998.671.96
HexE271FEB38001206348
Octal342161376137000440143110
Binary1110001011100011111111010111110000010010000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E271FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E271FE; }

 p { color: rgb(226,113,254); }

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

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

 a { background-color: rgb(226,113,254); }

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

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

 span { border-color: rgb(226,113,254); }

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