#E65BFE

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

Shades of Heliotrope #E65BFE

Tints of Heliotrope #E65BFE

Color information

#E65BFE (or 0xE65BFE) is unknown color: approx Heliotrope. HEX triplet: E6, 5B and FE. RGB value is (230,91,254). Sum of RGB (Red+Green+Blue) = 230+91+254=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 91 (35.94% from 255 or 15.83% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #E65BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65BFE is #19A401. Grayscale: #969696. Windows color (decimal): -1680386 or 16669670. OLE color: 16669670.

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

Color convert

RGB23091254-
CMYK0.090.6400.00
HSL291.17º98.79%67.65%-
HSV(B)291.17º64.17%99.61%-
XYZ54.2631.4696.98-
YUV151.14186.05184.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40%
GREEN value IS 91 (35.94% from 255) = 15.83%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=40%
G=15.83%
B=44.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal230912540.090.6400.00291.1798.7967.65
HexE65BFE940001236344
Octal3461333761110000443143104
Binary11100110101101111111110100110000000010010001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65BFE; }

 p { color: rgb(230,91,254); }

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

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

 a { background-color: rgb(230,91,254); }

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

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

 span { border-color: rgb(230,91,254); }

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