#E265FD

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

Shades of Heliotrope #E265FD

Tints of Heliotrope #E265FD

Color information

#E265FD (or 0xE265FD) is unknown color: approx Heliotrope. HEX triplet: E2, 65 and FD. RGB value is (226,101,253). Sum of RGB (Red+Green+Blue) = 226+101+253=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 101 (39.84% from 255 or 17.41% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #E265FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E265FD is #1D9A02. Grayscale: #9B9B9B. Windows color (decimal): -1939971 or 16606690. OLE color: 16606690.

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

Color convert

RGB226101253-
CMYK0.110.6000.01
HSL289.34º97.44%69.41%-
HSV(B)289.34º60.08%99.22%-
XYZ53.7532.5796.38-
YUV155.7182.91178.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.97%
GREEN value IS 101 (39.84% from 255) = 17.41%
BLUE value IS 253 (99.22% from 255) = 43.62%
R=38.97%
G=17.41%
B=43.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261012530.110.6000.01289.3497.4469.41
HexE265FDB3C011216145
Octal342145375137401441141105
Binary1110001011001011111110110111111000110010000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E265FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E265FD; }

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

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

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

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

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

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

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

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