#E265ED

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

Shades of Heliotrope #E265ED

Tints of Heliotrope #E265ED

Color information

#E265ED (or 0xE265ED) is unknown color: approx Heliotrope. HEX triplet: E2, 65 and ED. RGB value is (226,101,237). Sum of RGB (Red+Green+Blue) = 226+101+237=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #E265ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E265ED is #1D9A12. Grayscale: #999999. Windows color (decimal): -1939987 or 15558114. OLE color: 15558114.

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

Color convert

RGB226101237-
CMYK0.050.5700.07
HSL295.15º79.07%66.27%-
HSV(B)295.15º57.38%92.94%-
XYZ51.331.5983.51-
YUV153.88174.91179.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.07%
GREEN value IS 101 (39.84% from 255) = 17.91%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=40.07%
G=17.91%
B=42.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261012370.050.5700.07295.1579.0766.27
HexE265ED539071274f42
Octal34214535557107447117102
Binary11100010110010111101101101111001011110010011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E265ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E265ED; }

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

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

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

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

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

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

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

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