#E968F5

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

Shades of Heliotrope #E968F5

Tints of Heliotrope #E968F5

Color information

#E968F5 (or 0xE968F5) is unknown color: approx Heliotrope. HEX triplet: E9, 68 and F5. RGB value is (233,104,245). Sum of RGB (Red+Green+Blue) = 233+104+245=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 104 (41.02% from 255 or 17.87% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: blue. Hex color #E968F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E968F5 is #16970A. Grayscale: #9E9E9E. Windows color (decimal): -1480459 or 16083177. OLE color: 16083177.

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

Color convert

RGB233104245-
CMYK0.050.5800.04
HSL294.89º87.58%68.43%-
HSV(B)294.89º57.55%96.08%-
XYZ55.0433.8290.01-
YUV158.65176.74181.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.03%
GREEN value IS 104 (41.02% from 255) = 17.87%
BLUE value IS 245 (96.09% from 255) = 42.10%
R=40.03%
G=17.87%
B=42.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2331042450.050.5800.04294.8987.5868.43
HexE968F553A041275844
Octal35115036557204447130104
Binary11101001110100011110101101111010010010010011110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E968F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E968F5; }

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

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

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

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

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

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

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

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