#E265EE

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

Shades of Heliotrope #E265EE

Tints of Heliotrope #E265EE

Color information

#E265EE (or 0xE265EE) is unknown color: approx Heliotrope. HEX triplet: E2, 65 and EE. RGB value is (226,101,238). Sum of RGB (Red+Green+Blue) = 226+101+238=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #E265EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E265EE is #1D9A11. Grayscale: #999999. Windows color (decimal): -1939986 or 15623650. OLE color: 15623650.

HSL color Cylindrical-coordinate representation of color #E265EE: hue angle of 294.74º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E265EE is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226101238-
CMYK0.050.5800.07
HSL294.74º80.12%66.47%-
HSV(B)294.74º57.56%93.33%-
XYZ51.4531.6584.29-
YUV153.99175.41179.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40%
GREEN value IS 101 (39.84% from 255) = 17.88%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=40%
G=17.88%
B=42.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261012380.050.5800.07294.7480.1266.47
HexE265EE53A071275042
Octal34214535657207447120102
Binary11100010110010111101110101111010011110010011110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E265EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E265EE; }

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

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

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

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

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

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

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

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