#E165ED

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

Shades of Heliotrope #E165ED

Tints of Heliotrope #E165ED

Color information

#E165ED (or 0xE165ED) is unknown color: approx Heliotrope. HEX triplet: E1, 65 and ED. RGB value is (225,101,237). Sum of RGB (Red+Green+Blue) = 225+101+237=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #E165ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E165ED is #1E9A12. Grayscale: #999999. Windows color (decimal): -2005523 or 15558113. OLE color: 15558113.

HSL color Cylindrical-coordinate representation of color #E165ED: hue angle of 294.71º 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 #E165ED is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225101237-
CMYK0.050.5700.07
HSL294.71º79.07%66.27%-
HSV(B)294.71º57.38%92.94%-
XYZ50.9931.4383.5-
YUV153.58175.08178.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 101 (39.84% from 255) = 17.94%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=39.96%
G=17.94%
B=42.10%

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
Decimal2251012370.050.5700.07294.7179.0766.27
HexE165ED539071274f42
Octal34114535557107447117102
Binary11100001110010111101101101111001011110010011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E165ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E165ED; }

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

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

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

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

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

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

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

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