#E269F1

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

Shades of Heliotrope #E269F1

Tints of Heliotrope #E269F1

Color information

#E269F1 (or 0xE269F1) is unknown color: approx Heliotrope. HEX triplet: E2, 69 and F1. RGB value is (226,105,241). Sum of RGB (Red+Green+Blue) = 226+105+241=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 105 (41.41% from 255 or 18.36% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #E269F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E269F1 is #1D960E. Grayscale: #9C9C9C. Windows color (decimal): -1938959 or 15821282. OLE color: 15821282.

HSL color Cylindrical-coordinate representation of color #E269F1: hue angle of 293.38º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E269F1 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226105241-
CMYK0.060.5600.05
HSL293.38º82.93%67.84%-
HSV(B)293.38º56.43%94.51%-
XYZ52.2932.6286.76-
YUV156.68175.59177.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.51%
GREEN value IS 105 (41.41% from 255) = 18.36%
BLUE value IS 241 (94.53% from 255) = 42.13%
R=39.51%
G=18.36%
B=42.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261052410.060.5600.05293.3882.9367.84
HexE269F1638051255344
Octal34215136167005445123104
Binary11100010110100111110001110111000010110010010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E269F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E269F1; }

 p { color: rgb(226,105,241); }

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

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

 a { background-color: rgb(226,105,241); }

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

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

 span { border-color: rgb(226,105,241); }

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