#E765FE

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

Shades of Heliotrope #E765FE

Tints of Heliotrope #E765FE

Color information

#E765FE (or 0xE765FE) is unknown color: approx Heliotrope. HEX triplet: E7, 65 and FE. RGB value is (231,101,254). Sum of RGB (Red+Green+Blue) = 231+101+254=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 101 (39.84% from 255 or 17.24% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #E765FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E765FE is #189A01. Grayscale: #9C9C9C. Windows color (decimal): -1612290 or 16672231. OLE color: 16672231.

HSL color Cylindrical-coordinate representation of color #E765FE: hue angle of 290.98º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E765FE is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB231101254-
CMYK0.090.6000.00
HSL290.98º98.71%69.61%-
HSV(B)290.98º60.24%99.61%-
XYZ55.533.4597.3-
YUV157.31182.57180.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.42%
GREEN value IS 101 (39.84% from 255) = 17.24%
BLUE value IS 254 (99.61% from 255) = 43.34%
R=39.42%
G=17.24%
B=43.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2311012540.090.6000.00290.9898.7169.61
HexE765FE93C001236346
Octal347145376117400443143106
Binary1110011111001011111111010011111000010010001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E765FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E765FE; }

 p { color: rgb(231,101,254); }

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

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

 a { background-color: rgb(231,101,254); }

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

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

 span { border-color: rgb(231,101,254); }

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