#E661FC

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

Shades of Heliotrope #E661FC

Tints of Heliotrope #E661FC

Color information

#E661FC (or 0xE661FC) is unknown color: approx Heliotrope. HEX triplet: E6, 61 and FC. RGB value is (230,97,252). Sum of RGB (Red+Green+Blue) = 230+97+252=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 97 (38.28% from 255 or 16.75% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #E661FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E661FC is #199E03. Grayscale: #999999. Windows color (decimal): -1678852 or 16540134. OLE color: 16540134.

HSL color Cylindrical-coordinate representation of color #E661FC: hue angle of 291.48º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E661FC is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23097252-
CMYK0.090.6200.01
HSL291.48º96.27%68.43%-
HSV(B)291.48º61.51%98.82%-
XYZ54.4832.495.48-
YUV154.44183.06181.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.72%
GREEN value IS 97 (38.28% from 255) = 16.75%
BLUE value IS 252 (98.83% from 255) = 43.52%
R=39.72%
G=16.75%
B=43.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal230972520.090.6200.01291.4896.2768.43
HexE661FC93E011236044
Octal346141374117601443140104
Binary1110011011000011111110010011111100110010001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E661FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E661FC; }

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

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

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

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

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

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

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

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