#E661F2

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

Shades of Heliotrope #E661F2

Tints of Heliotrope #E661F2

Color information

#E661F2 (or 0xE661F2) is unknown color: approx Heliotrope. HEX triplet: E6, 61 and F2. RGB value is (230,97,242). Sum of RGB (Red+Green+Blue) = 230+97+242=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 97 (38.28% from 255 or 17.05% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #E661F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E661F2 is #199E0D. Grayscale: #989898. Windows color (decimal): -1678862 or 15884774. OLE color: 15884774.

HSL color Cylindrical-coordinate representation of color #E661F2: hue angle of 295.03º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E661F2 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23097242-
CMYK0.050.6000.05
HSL295.03º84.8%66.47%-
HSV(B)295.03º59.92%94.9%-
XYZ52.9331.7887.35-
YUV153.3178.06182.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.42%
GREEN value IS 97 (38.28% from 255) = 17.05%
BLUE value IS 242 (94.92% from 255) = 42.53%
R=40.42%
G=17.05%
B=42.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal230972420.050.6000.05295.0384.866.47
HexE661F253C051275542
Octal34614136257405447125102
Binary11100110110000111110010101111100010110010011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E661F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E661F2; }

 p { color: rgb(230,97,242); }

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

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

 a { background-color: rgb(230,97,242); }

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

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

 span { border-color: rgb(230,97,242); }

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