#E97EFD

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

Shades of Heliotrope #E97EFD

Tints of Heliotrope #E97EFD

Color information

#E97EFD (or 0xE97EFD) is unknown color: approx Heliotrope. HEX triplet: E9, 7E and FD. RGB value is (233,126,253). Sum of RGB (Red+Green+Blue) = 233+126+253=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 126 (49.61% from 255 or 20.59% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #E97EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E97EFD is #168102. Grayscale: #ACACAC. Windows color (decimal): -1474819 or 16613097. OLE color: 16613097.

HSL color Cylindrical-coordinate representation of color #E97EFD: hue angle of 290.55º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E97EFD is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233126253-
CMYK0.080.5000.01
HSL290.55º96.95%74.31%-
HSV(B)290.55º50.2%99.22%-
XYZ58.7939.3497.42-
YUV172.47173.45171.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.07%
GREEN value IS 126 (49.61% from 255) = 20.59%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=38.07%
G=20.59%
B=41.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331262530.080.5000.01290.5596.9574.31
HexE97EFD83201123614a
Octal351176375106201443141112
Binary1110100111111101111110110001100100110010001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97EFD; }

 p { color: rgb(233,126,253); }

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

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

 a { background-color: rgb(233,126,253); }

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

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

 span { border-color: rgb(233,126,253); }

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