#E269F4

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

Shades of Heliotrope #E269F4

Tints of Heliotrope #E269F4

Color information

#E269F4 (or 0xE269F4) is unknown color: approx Heliotrope. HEX triplet: E2, 69 and F4. RGB value is (226,105,244). Sum of RGB (Red+Green+Blue) = 226+105+244=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 105 (41.41% from 255 or 18.26% from 575); Blue value is 244 (95.70% from 255 or 42.43% from 575); Max value from RGB is 244 - color contains mainly: blue. Hex color #E269F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E269F4 is #1D960B. Grayscale: #9C9C9C. Windows color (decimal): -1938956 or 16017890. OLE color: 16017890.

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

Color convert

RGB226105244-
CMYK0.070.5700.04
HSL292.23º86.34%68.43%-
HSV(B)292.23º56.97%95.69%-
XYZ52.7432.889.14-
YUV157.02177.09177.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.30%
GREEN value IS 105 (41.41% from 255) = 18.26%
BLUE value IS 244 (95.70% from 255) = 42.43%
R=39.30%
G=18.26%
B=42.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2261052440.070.5700.04292.2386.3468.43
HexE269F4739041245644
Octal34215136477104444126104
Binary11100010110100111110100111111001010010010010010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E269F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E269F4; }

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

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

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

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

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

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

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

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