#E964FE

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

Shades of Heliotrope #E964FE

Tints of Heliotrope #E964FE

Color information

#E964FE (or 0xE964FE) is unknown color: approx Heliotrope. HEX triplet: E9, 64 and FE. RGB value is (233,100,254). Sum of RGB (Red+Green+Blue) = 233+100+254=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 100 (39.45% from 255 or 17.04% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #E964FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E964FE is #169B01. Grayscale: #9C9C9C. Windows color (decimal): -1481474 or 16671977. OLE color: 16671977.

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

Color convert

RGB233100254-
CMYK0.080.6100.00
HSL291.82º98.72%69.41%-
HSV(B)291.82º60.63%99.61%-
XYZ56.0533.5997.3-
YUV157.32182.56181.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.69%
GREEN value IS 100 (39.45% from 255) = 17.04%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=39.69%
G=17.04%
B=43.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2331002540.080.6100.00291.8298.7269.41
HexE964FE83D001246345
Octal351144376107500444143105
Binary1110100111001001111111010001111010010010010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E964FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E964FE; }

 p { color: rgb(233,100,254); }

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

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

 a { background-color: rgb(233,100,254); }

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

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

 span { border-color: rgb(233,100,254); }

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