#E969F0

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

Shades of Heliotrope #E969F0

Tints of Heliotrope #E969F0

Color information

#E969F0 (or 0xE969F0) is unknown color: approx Heliotrope. HEX triplet: E9, 69 and F0. RGB value is (233,105,240). Sum of RGB (Red+Green+Blue) = 233+105+240=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 105 (41.41% from 255 or 18.17% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #E969F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E969F0 is #16960F. Grayscale: #9E9E9E. Windows color (decimal): -1480208 or 15755753. OLE color: 15755753.

HSL color Cylindrical-coordinate representation of color #E969F0: hue angle of 296.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E969F0 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233105240-
CMYK0.030.5600.06
HSL296.89º81.82%67.65%-
HSV(B)296.89º56.25%94.12%-
XYZ54.3833.7286.08-
YUV158.66173.91181.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.31%
GREEN value IS 105 (41.41% from 255) = 18.17%
BLUE value IS 240 (94.14% from 255) = 41.52%
R=40.31%
G=18.17%
B=41.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2331052400.030.5600.06296.8981.8267.65
HexE969F0338061295244
Octal35115136037006451122104
Binary1110100111010011111000011111000011010010100110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E969F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E969F0; }

 p { color: rgb(233,105,240); }

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

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

 a { background-color: rgb(233,105,240); }

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

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

 span { border-color: rgb(233,105,240); }

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