#E965F5

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

Shades of Heliotrope #E965F5

Tints of Heliotrope #E965F5

Color information

#E965F5 (or 0xE965F5) is unknown color: approx Heliotrope. HEX triplet: E9, 65 and F5. RGB value is (233,101,245). Sum of RGB (Red+Green+Blue) = 233+101+245=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 101 (39.84% from 255 or 17.44% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #E965F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E965F5 is #169A0A. Grayscale: #9C9C9C. Windows color (decimal): -1481227 or 16082409. OLE color: 16082409.

HSL color Cylindrical-coordinate representation of color #E965F5: hue angle of 295º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E965F5 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB233101245-
CMYK0.050.5900.04
HSL295º87.8%67.84%-
HSV(B)295º58.78%96.08%-
XYZ54.7433.2289.91-
YUV156.88177.73182.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.24%
GREEN value IS 101 (39.84% from 255) = 17.44%
BLUE value IS 245 (96.09% from 255) = 42.31%
R=40.24%
G=17.44%
B=42.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2331012450.050.5900.0429587.867.84
HexE965F553B041275844
Octal35114536557304447130104
Binary11101001110010111110101101111011010010010011110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E965F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E965F5; }

 p { color: rgb(233,101,245); }

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

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

 a { background-color: rgb(233,101,245); }

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

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

 span { border-color: rgb(233,101,245); }

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