#E265F8

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

Shades of Heliotrope #E265F8

Tints of Heliotrope #E265F8

Color information

#E265F8 (or 0xE265F8) is unknown color: approx Heliotrope. HEX triplet: E2, 65 and F8. RGB value is (226,101,248). Sum of RGB (Red+Green+Blue) = 226+101+248=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #E265F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E265F8 is #1D9A07. Grayscale: #9A9A9A. Windows color (decimal): -1939976 or 16279010. OLE color: 16279010.

HSL color Cylindrical-coordinate representation of color #E265F8: hue angle of 291.02º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E265F8 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB226101248-
CMYK0.090.5900.03
HSL291.02º91.3%68.43%-
HSV(B)291.02º59.27%97.25%-
XYZ52.9632.2592.24-
YUV155.13180.41178.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.30%
GREEN value IS 101 (39.84% from 255) = 17.57%
BLUE value IS 248 (97.27% from 255) = 43.13%
R=39.30%
G=17.57%
B=43.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2261012480.090.5900.03291.0291.368.43
HexE265F893B031235b44
Octal342145370117303443133104
Binary11100010110010111111000100111101101110010001110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E265F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E265F8; }

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

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

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

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

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

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

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

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