#E762F2

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

Shades of Heliotrope #E762F2

Tints of Heliotrope #E762F2

Color information

#E762F2 (or 0xE762F2) is unknown color: approx Heliotrope. HEX triplet: E7, 62 and F2. RGB value is (231,98,242). Sum of RGB (Red+Green+Blue) = 231+98+242=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 98 (38.67% from 255 or 17.16% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #E762F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E762F2 is #189D0D. Grayscale: #999999. Windows color (decimal): -1613070 or 15885031. OLE color: 15885031.

HSL color Cylindrical-coordinate representation of color #E762F2: hue angle of 295.42º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E762F2 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23198242-
CMYK0.050.6000.05
HSL295.42º84.71%66.67%-
HSV(B)295.42º59.5%94.9%-
XYZ53.3532.1487.4-
YUV154.18177.56182.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.46%
GREEN value IS 98 (38.67% from 255) = 17.16%
BLUE value IS 242 (94.92% from 255) = 42.38%
R=40.46%
G=17.16%
B=42.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal231982420.050.6000.05295.4284.7166.67
HexE762F253C051275543
Octal34714236257405447125103
Binary11100111110001011110010101111100010110010011110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E762F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E762F2; }

 p { color: rgb(231,98,242); }

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

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

 a { background-color: rgb(231,98,242); }

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

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

 span { border-color: rgb(231,98,242); }

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