#E165FD

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

Shades of Heliotrope #E165FD

Tints of Heliotrope #E165FD

Color information

#E165FD (or 0xE165FD) is unknown color: approx Heliotrope. HEX triplet: E1, 65 and FD. RGB value is (225,101,253). Sum of RGB (Red+Green+Blue) = 225+101+253=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 101 (39.84% from 255 or 17.44% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #E165FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E165FD is #1E9A02. Grayscale: #9A9A9A. Windows color (decimal): -2005507 or 16606689. OLE color: 16606689.

HSL color Cylindrical-coordinate representation of color #E165FD: hue angle of 288.95º 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 #E165FD is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225101253-
CMYK0.110.6000.01
HSL288.95º97.44%69.41%-
HSV(B)288.95º60.08%99.22%-
XYZ53.4332.4196.37-
YUV155.4183.08177.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.86%
GREEN value IS 101 (39.84% from 255) = 17.44%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=38.86%
G=17.44%
B=43.70%

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
Decimal2251012530.110.6000.01288.9597.4469.41
HexE165FDB3C011216145
Octal341145375137401441141105
Binary1110000111001011111110110111111000110010000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E165FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E165FD; }

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

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

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

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

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

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

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

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