#E265FE

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

Shades of Heliotrope #E265FE

Tints of Heliotrope #E265FE

Color information

#E265FE (or 0xE265FE) is unknown color: approx Heliotrope. HEX triplet: E2, 65 and FE. RGB value is (226,101,254). Sum of RGB (Red+Green+Blue) = 226+101+254=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 101 (39.84% from 255 or 17.38% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #E265FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E265FE is #1D9A01. Grayscale: #9B9B9B. Windows color (decimal): -1939970 or 16672226. OLE color: 16672226.

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

Color convert

RGB226101254-
CMYK0.110.6000.00
HSL289.02º98.71%69.61%-
HSV(B)289.02º60.24%99.61%-
XYZ53.9132.6397.22-
YUV155.82183.41178.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 101 (39.84% from 255) = 17.38%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=38.90%
G=17.38%
B=43.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2261012540.110.6000.00289.0298.7169.61
HexE265FEB3C001216346
Octal342145376137400441143106
Binary1110001011001011111111010111111000010010000111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E265FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E265FE; }

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

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

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

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

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

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

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

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